Enum MaskEffectMode
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for selecting how the mask source interprets pixel data Alpha: Uses the alpha channel of the mask texture. (Default) Luminance: Converts RGB to grayscale and uses the luminance as mask value.
public enum MaskEffectMode
Fields
| Name | Description |
|---|---|
| Alpha | |
| Luminance |