Package com.jme3.util
Class Screenshots
java.lang.Object
com.jme3.util.Screenshots
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
convertScreenShot
(ByteBuffer bgraBuf, BufferedImage out) Flips the image along the Y axis and converts BGRA to ABGRstatic void
convertScreenShot2
(IntBuffer bgraBuf, BufferedImage out)
-
Method Details
-
convertScreenShot2
-
convertScreenShot
Flips the image along the Y axis and converts BGRA to ABGR- Parameters:
bgraBuf
- (not null, modified)out
- (not null)
-