Enum ColorMode
Definition
- Assembly:
- Tizen.NUI.dll
This specifies whether the actor uses its own color or inherits.
public enum ColorMode
Fields
| Name | Description |
|---|---|
| UseOwnColor | Actor will use its own color. |
| UseOwnMultiplyParentAlpha | Actor will blend its alpha with its parents alpha. This means when the parent fades in or out, the child does as well. This is the default. |
| UseOwnMultiplyParentColor | Actor will blend its color with its parents color. |
| UseParentColor | Actor will use its parent color. |