RGBAColor is a class that represents a color with red, green, blue and alpha components.
Creates a new RGBAColor with the given red, green, blue and alpha components. Color values should be in the range [0, 1].
Clones this color.
Copies given color.
Sets this color's red, green and blue value from the provided array or array-like.
the source array or array-like.
(optional) offset into the array-like. Default is 0.
RGBAColor is a class that represents a color with red, green, blue and alpha components.