Interface ColorInformation

Represents a color range from a document.

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

Properties

Properties

color: Color

The actual color value for this color range.

range: Range

The range in the document where this color appears.