View Source GenLSP.Structures.Color (gen_lsp v0.10.0)
Represents a color in RGBA space.
Link to this section Summary
Functions
Fields
- red: The red component of this color in the range [0-1].
- green: The green component of this color in the range [0-1].
- blue: The blue component of this color in the range [0-1].
- alpha: The alpha component of this color in the range [0-1].
Link to this section Types
Link to this section Functions
fields
Fields
- red: The red component of this color in the range [0-1].
- green: The green component of this color in the range [0-1].
- blue: The blue component of this color in the range [0-1].
- alpha: The alpha component of this color in the range [0-1].