interface IGradient {
    angle?: IGradientAngle;
    colors: IGradientColor[];
    type: GradientType;
}

Properties

Properties

colors: IGradientColor[]