Represents a color with red, green, blue and alpha components.
Create a new color with the given components.
The alpha component of the color.
The blue component of the color.
The green component of the color.
The red component of the color.
Convert the color to a Float32Array.
Static
Create a new color from a Float32Array.
Create a new color from a hex string.
Generate a random color.
Represents a color with red, green, blue and alpha components.