Package com.jme3.util
Class Screenshots
java.lang.Object
com.jme3.util.Screenshots
- 
Method SummaryModifier 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
- 
convertScreenShotFlips the image along the Y axis and converts BGRA to ABGR- Parameters:
- bgraBuf- (not null, modified)
- out- (not null)
 
 
-