inline val Int.red: Int
Return the red component of a color int. This is equivalent to calling:
Color.red(myInt)