interface GradientStop {
    color: string;
    position: number;
}

Properties

Properties

color: string
position: number

Generated using TypeDoc