Color
The RGBA color class.
Last updated
The RGBA color class.
Last updated
The RGBA color class. Each component is handled with a floating point value ().
Creates a Color object. If alpha is omitted, it is assumed at 255.
Sets all components at once.
The red value (0-255). Values out of range are automatically corrected.
The green value (0-255). Values out of range are automatically corrected.
The blue value (0-255). Values out of range are automatically corrected.
The alpha value (0-255). Values out of range are automatically corrected.