ImageAlphaType

Enum for determining if the alpha or color is locked while combining two images.

Items

NameValueSummary
Default1

The default behavior in which neither color nor alpha values are locked.

LockCanvasAlpha2

The alpha values of the image will not be modified.

LockCanvasColor3

The color values of the image will not be modified.

On this page