ImageAlphaType
Enum for determining if the alpha or color is locked while combining two images.
Items
Name | Value | Summary |
---|---|---|
Default | 1 | The default behavior in which neither color nor alpha values are locked. |
LockCanvasAlpha | 2 | The alpha values of the image will not be modified. |
LockCanvasColor | 3 | The color values of the image will not be modified. |