A color range is a range in a text model which represents a color.

interface IColorInformation {
    color: IColor;
    range: IRange;
}

Properties

Properties

color: IColor

The color represented in this range.

range: IRange

The range within the model.