A simple object defining a color gradient.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Set to true
to continue filling with the final color beyond the endPoint
.
On Android, this property is only supported by radial gradients.
Default: false
Set to true
to continue filling with the starting color beyond the startPoint
.
On Android, this property is only supported by radial gradients.
Default: false
An array of colors, as a color name or hex triplet.
An array of colors, as a color name or hex triplet.
For information about color values, see the "Colors" section of Titanium.UI.
For a radial gradient, the radius at the endPoint
.
For a radial gradient, the radius at the endPoint
.
For a radial gradient, the radius at the startPoint
.
For a radial gradient, the radius at the startPoint
.
Type of gradient, either 'linear' or 'radial'.
Default: linear