Package com.jme3.util
Class Screenshots
java.lang.Object
com.jme3.util.Screenshots
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidconvertScreenShot(ByteBuffer bgraBuf, BufferedImage out) Flips the image along the Y axis and converts BGRA to ABGRstatic voidconvertScreenShot2(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)
-