Property Getters/Setters Summary | ||
---|---|---|
method | getCellsColor() | |
Gets the color of this gradient stop. | ||
method | getPosition() | |
method | setPosition(value) | |
The position of the stop. | ||
method | getTransparency() | |
method | setTransparency(value) | |
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
Property Getters/Setters Detail |
---|
getPosition/setPosition : float | |
float getPosition() / setPosition(value) |
getCellsColor : CellsColor | |
CellsColor getCellsColor() |
getTransparency/setTransparency : float | |
float getTransparency() / setTransparency(value) |