uint darker(uint c)
Returns a darker version of a color.
Mixes the color with black using a 0.67 weight.
c
Example:
uint darkRed = darker(Colors.RED);