get

abstract operator fun get(x: Int, y: Int): Int

Gets the pixel color at specified coordinates in RGBA form.

Return

The pixel color in RGBA form.

Parameters

x

The x coordinate.

y

The y coordinate.