blue

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

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

Return

The blue portion from the RGBA pixel color

Parameters

x

The x coordinate.

y

The y coordinate.