Create a color from RGB values.
hex value, red << 16 | green << 8 | blue
The associated Color, or Color.invalid if a bad value for rgb was supplied.
See Implementation
Create a color from RGB values.