GradientStopEffectiveData class

GradientStopEffectiveData class

Immutable object which represents a gradient stop.

The GradientStopEffectiveData type exposes the following members:

Properties

PropertyDescription
positionReturns the position (0..1) of a gradient stop.
Read-only float.
colorReturns the color of a gradient stop.
Read-only aspose.pydrawing.Color.

See Also