BlendImageProcessor
Processor for adding an blend mode to images. Only CG-based images are supported.
-
Identifier of the processor.
Note
See documentation ofImageProcessor
protocol for more. -
Blend Mode will be used to blend the input image.
-
Alpha will be used when blend image.
-
Background color of the output image. If
nil
, it will stay transparent. -
Creates a
BlendImageProcessor
. -
Processes the input
ImageProcessItem
with this processor.Note
See documentation of
ImageProcessor
protocol for more.