A packed RGB value
It is a 32-bit unsigned integer that can be used to represent a color.
(r << 16) | (g << 8) | b Copy
(r << 16) | (g << 8) | b
A packed RGB value
It is a 32-bit unsigned integer that can be used to represent a color.