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