interface IValueColor {
    hsl?: IHsl;
    hsv?: IHsv;
    rgb?: IRgb;
}

Properties

Properties

hsl?: IHsl
hsv?: IHsv
rgb?: IRgb