# Gradient
A simple object defining a color gradient.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# backfillEnd
backfillEnd :Boolean
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
# backfillStart
backfillStart :Boolean
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
# colors
colors :Array<String> | Array<GradientColorRef>
An array of colors, as a color name or hex triplet.
For information about color values, see the "Colors" section of Titanium.UI.