Represents a color in the RGB color space.
The RGB color model is an additive color model in which red, green, and blue lights are added together in various ways to reproduce a broad array of colors.
Optional
The blue component (0-1 for normalized values, 0-255 for denormalized)
The green component (0-1 for normalized values, 0-255 for denormalized)
The red component (0-1 for normalized values, 0-255 for denormalized)
Represents a color in the RGB color space.
The RGB color model is an additive color model in which red, green, and blue lights are added together in various ways to reproduce a broad array of colors.