Tizen Native API  5.5
Dali::Toolkit::GradientVisual::Property Namespace Reference

GradientVisual Property. More...

Enumerations

enum  
 Enumeration for the instance of properties belonging to the GradientVisual. More...

Detailed Description

GradientVisual Property.

Since:
3.0, DALi version 1.1.45

Enumeration Type Documentation

anonymous enum

Enumeration for the instance of properties belonging to the GradientVisual.

Since:
3.0, DALi version 1.1.45
Enumerator:
START_POSITION 

The start position of a linear gradient.

Name "startPosition", type Property::VECTOR2.

Since:
3.0, DALi version 1.1.45
Note:
Mandatory for Linear.
END_POSITION 

The end position of a linear gradient.

Name "endPosition", type Property::VECTOR2.

Since:
3.0, DALi version 1.1.45
Note:
Mandatory for Linear.
CENTER 

The center point of a radial gradient.

Name "center", type Property::VECTOR2.

Since:
3.0, DALi version 1.1.45
Note:
Mandatory for Radial.
RADIUS 

The size of the radius of a radial gradient.

Name "radius", type Property::FLOAT.

Since:
3.0, DALi version 1.1.45
Note:
Mandatory for Radial.
STOP_OFFSET 

All the stop offsets.

Name "stopOffset", type Property::ARRAY of Property::FLOAT.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not supplied, default is 0.0 and 1.0.
STOP_COLOR 

The color at the stop offsets.

Name "stopColor", type Property::ARRAY of Property::VECTOR4.

Since:
3.0, DALi version 1.1.45
Note:
Mandatory. At least 2 values required to show a gradient.
UNITS 

Defines the coordinate system for certain attributes of the points in a gradient.

Name "units", type Units::Type (Property::INTEGER) or Property::STRING.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not supplied, default is Units::OBJECT_BOUNDING_BOX.
See also:
Units::Type
SPREAD_METHOD 

Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle.

Name "spreadMethod", type SpreadMethod::Type (Property::INTEGER) or Property::STRING.

Since:
3.0, DALi version 1.1.45
Note:
Optional. If not supplied, default is SpreadMethod::PAD.
See also:
SpreadMethod::Type