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