View Source GenLSP.Structures.ColorInformation (gen_lsp v0.8.1)

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

Link to this function

%GenLSP.Structures.ColorInformation{}

View Source (struct)

fields

Fields

  • range: The range in the document where this color appears.
  • color: The actual color value for this color range.