Class: GradientStop

GradientStop

GradientStop
Stores gradient stop information.


new GradientStop(offset, rgbColor)

Parameters:
Name Type Description
offset

The offset of the gradient stop, in the range [0.0 to 1.0].

rgbColor

The color of the gradient at this point, an #RGBColor object.

Source:
Returns:

GradientStop object.