XRGBAColor is a color that can be formatted as an XParseColor rgba: string.
See: https://linux.die.net/man/3/xparsecolor
Constructors
new(color : Color | Nil = nil)
SourceInstance methods
rgba
RGBA returns the RGBA values of the color.
Sourceto_s
String returns the color as an XParseColor rgba: string.
Source