uint lighter(uint c)
Returns a lighter version of a color.
Mixes the color with white using a 0.67 weight.
c
Example:
uint lightRed = lighter(Colors.RED);