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
¶
Gradient
¶
Gradient color data for a gradient fill/stroke property.
Contains ordered lists of color stops and alpha stops that define
the gradient appearance. Constructing a Gradient without
arguments creates After Effects' default gradient (white to black,
full alpha).