Interface GradientStop

interface GradientStop {
    color: AdjustedColor;
    offset?: number;
}

Properties

Properties

The color of the stop

offset?: number

If not specified then the offsets will be equally weighted based off of the number of stops.