public final class Screenshots
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
convertScreenShot(java.nio.ByteBuffer bgraBuf,
java.awt.image.BufferedImage out)
Flips the image along the Y axis and converts BGRA to ABGR
|
static void |
convertScreenShot2(java.nio.IntBuffer bgraBuf,
java.awt.image.BufferedImage out) |
public static void convertScreenShot2(java.nio.IntBuffer bgraBuf, java.awt.image.BufferedImage out)
public static void convertScreenShot(java.nio.ByteBuffer bgraBuf, java.awt.image.BufferedImage out)
bgraBuf
- (not null, modified)out
- (not null)