interface IRangeRgb {
    b: RangeValue;
    g: RangeValue;
    r: RangeValue;
}

Properties

b g r

Properties