Interface BaseGradientPoint

interface BaseGradientPoint {
    color: string;
    position: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

color: string

Hex color code without #

position: number

Point position

Generated using TypeDoc