Creates a color object.
The blue component of the color. Range: 0..1
The green component of the color. Range: 0..1
The red component of the color. Range: 0..1
Returns true if the colors are equal.
Creates a Color3 instance from any object with r,g,b properties
Creates a new Color3 instance from the first 3 elements of the given array.
Creates a Color3 instance from the r,g,b properties of the given RGBA color, ignoring the alpha channel
Generated using TypeDoc
An immutable three component (RGB) color.
The color components (r,g,b) are in the range 0..1.
Note that this class is immutable.