GenLSP.Protocol.Structures.Color (gen_lsp v0.0.1)
Represents a color in RGBA space.
properties
Properties
red :: decimal (required)
The red component of this color in the range [0-1].
green :: decimal (required)
The green component of this color in the range [0-1].
blue :: decimal (required)
The blue component of this color in the range [0-1].
alpha :: decimal (required)
The alpha component of this color in the range [0-1].