green

open fun green(x: Int, y: Int): Int

Gets the green portion for the pixel at the specified coordinates.

Return

The green portion from the RGBA pixel color

Parameters

x

The x coordinate.

y

The y coordinate.