Gradient
GradientColorStop
¶
A single color stop in a gradient.
Each stop defines a color at a specific position along the gradient. The midpoint controls the interpolation bias between this stop and the next.
GradientAlphaStop
¶
A single alpha (opacity) stop in a gradient.
Each stop defines an opacity at a specific position along the gradient.
Gradient
¶
Parsed gradient color data from a gradient fill/stroke property.
Contains ordered lists of color stops and alpha stops that define the gradient appearance.