argbAt

abstract fun argbAt(x: Int, y: Int): Int(source)

Reads one source pixel without changing the image.

Return

the straight, non-premultiplied 0xAARRGGBB pixel value.

Parameters

x

the source pixel x coordinate.

y

the source pixel y coordinate.

Throws

when either coordinate is outside size.