colorWheel()

Description
Input a value 0 to 255 to get a color value. The colors are transitioned r - g - b - back to r.
Syntax
colorWheel(x);
Parameters
x [uint8_t]: The wheel position.
Returns
[uint32_t]: A 24-bit RGB color value.