View Source GenLSP.Structures.ColorInformation (gen_lsp v0.10.0)
Represents a color range from a document.
Link to this section Summary
Functions
Fields
- range: The range in the document where this color appears.
- color: The actual color value for this color range.
Link to this section Types
@type t() :: %GenLSP.Structures.ColorInformation{ color: GenLSP.Structures.Color.t(), range: GenLSP.Structures.Range.t() }
Link to this section Functions
fields
Fields
- range: The range in the document where this color appears.
- color: The actual color value for this color range.