|
Tizen Native API
5.0
|
Enumerations | |
| enum | |
| Enumeration for the instance of properties belonging to the Visual Property. More... | |
| anonymous enum |
Enumeration for the instance of properties belonging to the Visual Property.
| TYPE |
The index for the visual type. Name "visualType", type [Type](Dali::Toolkit::Visual::Type) (Property::INTEGER) or Property::STRING.
|
| SHADER |
The shader to use in the visual. Name "shader", type Property::MAP.
|
| TRANSFORM |
The transform used by the visual. Name "transform", type Property::MAP.
|
| PREMULTIPLIED_ALPHA |
Enables/disables premultiplied alpha. Name "premultipliedAlpha", type Property::BOOLEAN.
|
| MIX_COLOR |
Mix color is a blend color for any visual. Name "mixColor", type Property::VECTOR3 or Property::VECTOR4.
|
| OPACITY |
Opacity is the alpha component of the mixColor, above. Name "opacity", type Property::FLOAT.
|