public interface IGradientStop
Modifier and Type | Method and Description |
---|---|
IColorFormat |
getColor()
Returns the color of a gradient stop.
|
float |
getPosition()
Returns or sets the position (0..1) of a gradient stop.
|
void |
setPosition(float value)
Returns or sets the position (0..1) of a gradient stop.
|
float getPosition()
Returns or sets the position (0..1) of a gradient stop.
Read/write float
.
void setPosition(float value)
Returns or sets the position (0..1) of a gradient stop.
Read/write float
.
IColorFormat getColor()
Returns the color of a gradient stop.
Read-only IColorFormat
.