This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Specifies which channels should be used to determine the opacity of each pixel.

Location

Namespace
Fuse.Effects
Package
Fuse.Effects 2.9.1

Possible Values

Alpha

Only the alpha channel of the image will be considered.

Grayscale

The image is assumed to be grayscale and only the red channel will be considered.

RGBA

Each channel will be masked separately, all channels including alpha will be considered.

Show Uno properties and methods

Interface of MaskMode

Grayscale : MaskMode uno

The image is assumed to be grayscale and only the red channel will be considered.

RGBA : MaskMode uno

Each channel will be masked separately, all channels including alpha will be considered.

Inherited from object