Documentation / Marblecore Imaging / Enumerations / Mask
Mask enumeration
Specifies the mask mode.
If you use the ATL COM version of the library, you can supply the string value (the name of the value) or the number value (as listed in the table below) as the enumeration value. If you use the Class Library, the enumeration is available as an enum object with the name MarblecoreImagingMask which contains all the available values.
Values
Name | Value | Description |
Normal | 0 | Normal mask mode |
Invert | 1 | Inverted mask mode |
Overlay | 2 | Overlay mask mode |
See also
EffectMask |
Mask