Package com.jme3.util

Class Screenshots

java.lang.Object
com.jme3.util.Screenshots

public final class Screenshots extends Object
  • Method Details

    • convertScreenShot2

      public static void convertScreenShot2(IntBuffer bgraBuf, BufferedImage out)
    • convertScreenShot

      public static void convertScreenShot(ByteBuffer bgraBuf, BufferedImage out)
      Flips the image along the Y axis and converts BGRA to ABGR
      Parameters:
      bgraBuf - (not null, modified)
      out - (not null)