Tizen Native API  6.5
Dali::Toolkit::Visual::Property Namespace Reference

Visual Property. More...

Enumerations

enum  
 Enumeration for the instance of properties belonging to the Visual Property. More...

Detailed Description

Visual Property.

Since:
3.0, DALi version 1.1.45

Enumeration Type Documentation

anonymous enum

Enumeration for the instance of properties belonging to the Visual Property.

Since:
3.0, DALi version 1.1.45
Enumerator:
TYPE 

The index for the visual type.

Name "visualType", type [Type](Dali::Toolkit::Visual::Type) (Property::INTEGER) or Property::STRING.

Since:
3.0, DALi version 1.1.45
Note:
Mandatory.
See also:
Type
SHADER 

The shader to use in the visual.

Name "shader", type Property::MAP.

Since:
3.0, DALi version 1.1.45
Note:
Optional.
Will override the existing shaders.
See also:
Shader::Property
TRANSFORM 

The transform used by the visual.

Name "transform", type Property::MAP.

Since:
4.0, DALi version 1.2.60
Note:
Optional.
See also:
Toolkit::Visual::Transform::Property
PREMULTIPLIED_ALPHA 

Enables/disables premultiplied alpha.

Name "premultipliedAlpha", type Property::BOOLEAN.

Since:
4.0, DALi version 1.2.60
Note:
Optional.
The premultiplied alpha is false by default unless this behaviour is modified by the derived Visual type.
MIX_COLOR 

Mix color is a blend color for any visual.

Name "mixColor", type Property::VECTOR3 or Property::VECTOR4.

Since:
4.0, DALi version 1.2.60
Note:
Optional
OPACITY 

Opacity is the alpha component of the mixColor, above.

Name "opacity", type Property::FLOAT.

Since:
4.0, DALi version 1.2.60
Note:
Optional