Raw

private class Raw(val pixels: IntArray, val width: Int, val height: Int)

Pixels as ScreenshotCompat handed them over: ARGB, top-down, row-major — BufferedImage.setRGB's own layout. Filled by the deprecated NativeImage#makePixelArray, used anyway because it is the only whole-image accessor 1.18.2 has; every replacement arrived later than the versions we target.

Constructors

Link copied to clipboard
constructor(pixels: IntArray, width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
val width: Int