interface IRangeHsl {
    h: RangeValue;
    l: RangeValue;
    s: RangeValue;
}

Properties

h l s

Properties