Represents a color in RGBA space.

Fields

finalread onlyred:Float

The red component of this color in the range [0-1].

finalread onlygreen:Float

The green component of this color in the range [0-1].

finalread onlyblue:Float

The blue component of this color in the range [0-1].

finalread onlyalpha:Float

The alpha component of this color in the range [0-1].