Perform pixel by pixel color blending on image source data.
-
-
resulting image as new ImageEncoder instance.
Render the srcImage onto the dstImage, applying blend operation.
Destination image is always defining output image size, works like an canvas, thus offset is applied to the source image.
resulting image as new ImageEncoder instance.
Combine the srcImage with the dstImage, applying predefinet blit (blend) operation.
The resulting image size is based on the sizeRef
parameter passed, which decideds
if it will be source, destination image or even smaller/bigger of those two.
Actually sizeRef
may be understand as the output canvas specifier thus all results are
drawn on that canvas. This also affects that offsetX
, offsetY
specification, because
offset is always applied to the secondary image relative to the canvas.
destination image for the blending operation.
source image in blend operator.
operation to be applied on the images during rendering.
enumeration that decides which image is used as base for output.
offset that will be applied to the second image (not the base one).
offset in Y coordinates starting from base image left-top corner, pointing downwards.
resulting image as new ImageEncoder instance.
Mask the destination image using mask (image) by applying custom masking operation.
Destination image is always giving output image size, works like an canvas, thus offset is applied to the source image.
resulting image as new ImageEncoder instance.
Perform pixel by pixel color transformation on image source data.
-
-
resulting image as new ImageEncoder instance.
Generated using TypeDoc
Provides utility functions for images' blending and colors manipulation.