Share via


ColorInformation Class

Definition

Class which represents color information.

See the Language Server Protocol specification for additional information.

[System.Runtime.Serialization.DataContract]
public class ColorInformation
[<System.Runtime.Serialization.DataContract>]
type ColorInformation = class
Public Class ColorInformation
Inheritance
ColorInformation
Attributes

Constructors

Name Description
ColorInformation()

Properties

Name Description
Color

Gets or sets the color.

Range

Gets or sets the text range representing the color.

Applies to