Enum MaskType
Definition
- Namespace:
- Tizen.NUI.BaseComponents.VectorGraphics
- Assembly:
- Tizen.NUI.dll
Enumeration indicating the type used in the masking of two objects - the mask drawable and the own drawable.
public enum MaskType
Fields
Name | Description |
---|---|
Alpha | The pixels of the own drawable and the mask drawable are alpha blended. As a result, only the part of the own drawable, which intersects with the mask drawable is visible. |
AlphaInverse | The pixels of the own drawable and the complement to the mask drawable's pixels are alpha blended. As a result, only the part of the own which is not covered by the mask is visible. |