Interface ColorInformation

interface ColorInformation {
    color: Color;
    range: Range;
}

Properties

Properties

color: Color
range: Range