[]
        
(Showing Draft Content)

GradientStop

Type Alias: GradientStop

type GradientStop = object;

Represents a transition point in a gradient.

Properties

color

color: Color;

The color of this gradient stop.


offset

offset: number;

The location of this stop within the gradient vector. Valid values are from 0 (vector's start) to 1 (vector's end).