public interface IGradientStopEffectiveData
immutable object which represents a gradient stop.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getColor()
Returns the color of a gradient stop.
|
float |
getPosition()
Returns the position (0..1) of a gradient stop.
|