fillHorizontal
|
|
Access
|
read-write
|
Returns
|
int
|
fillHorizontalSize
|
|
Access
|
read-write
|
Returns
|
int
|
fillVertical
|
|
Access
|
read-write
|
Returns
|
int
|
fillVerticalSize
|
|
Access
|
read-write
|
Returns
|
int
|
flags
|
|
Access
|
read-write
|
Returns
|
int
|
matrix
|
|
Access
|
read-write
|
Returns
|
fMatrix
|
resolutionX
|
|
Access
|
read-write
|
Returns
|
int
|
resolutionY
|
|
Access
|
read-write
|
Returns
|
int
|
spotColor
|
|
Access
|
read-write
|
Returns
|
fColor
|
stops
|
|
Access
|
read-only
|
Returns
|
fGradientStop[]
|
type
|
|
Access
|
read-only
|
Returns
|
int
|
addStopgradientStop
|
|
Parameters
|
fGradientStopgradientStop
The gradient stop to add to the stops array. If this value is null or undefined, a new fGradientStop object will be created.
|
Returns
|
fGradientStop. The new fGradientStop object, adding it to the array of stops. All values in this object will be initialized to 0.
|
clearStops
|
|
Parameters
|
None
|
Returns
|
void. None.
|
removeStopgradientStop
|
|
Parameters
|
fGradientStopgradientStop
The gradient stop to remove from the stops array.
|
Returns
|
void. None.
|