Enum ColorBlendingMode
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Defines how a color is blended.
C#Copypublic enum ColorBlendingMode : int
Name | Description |
---|---|
Multiply | The color is multiplied by another one. |
None | No blend. |