GenLSP.Protocol.Structures.ColorInformation (gen_lsp v0.0.1)
Represents a color range from a document.
properties
Properties
range :: Range (required)
The range in the document where this color appears.
color :: Color (required)
The actual color value for this color range.