green
Return the green component of a color int. This is equivalent to calling:
Color.green(myInt)
Content copied to clipboard
Return the green component of a color long. This is equivalent to calling:
Color.green(myLong)
Content copied to clipboard