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