Tizen Native API  3.0
Dali::Toolkit::GradientVisual::SpreadMethod Namespace Reference

Policies that define what happens if the gradient starts or ends inside the bounds of the target rectangle. More...

Enumerations

enum  Type
 Policies that define what happens if the gradient starts or ends inside the bounds of the target rectangle. More...

Detailed Description

Policies that define what happens if the gradient starts or ends inside the bounds of the target rectangle.

Since:
3.0, DALi version 1.1.45

Enumeration Type Documentation

Policies that define what happens if the gradient starts or ends inside the bounds of the target rectangle.

Since:
3.0, DALi version 1.1.45
Enumerator:
PAD 

Uses the terminal colors of the gradient to fill the remainder of the quad.

Since:
3.0, DALi version 1.1.45
REFLECT 

Reflect the gradient pattern start-to-end, end-to-start, start-to-end etc. until the quad is filled.

Since:
3.0, DALi version 1.1.45
REPEAT 

Repeat the gradient pattern start-to-end, start-to-end, start-to-end etc. until the quad is filled.

Since:
3.0, DALi version 1.1.45