Enum MaskType

Definition

Namespace:
Tizen.NUI.BaseComponents.VectorGraphics
Assembly:
Tizen.NUI.dll
API Level:
9

Enumeration indicating the type used in the masking of two objects - the mask drawable and the own drawable.

C#
Copy
public enum MaskType
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.