Class BitmapRGBE

java.lang.Object
org.sunflow.image.Bitmap
org.sunflow.image.formats.BitmapRGBE

public class BitmapRGBE extends Bitmap
  • Constructor Details

    • BitmapRGBE

      public BitmapRGBE(int w, int h, int[] data)
  • Method Details

    • getWidth

      public int getWidth()
      Specified by:
      getWidth in class Bitmap
    • getHeight

      public int getHeight()
      Specified by:
      getHeight in class Bitmap
    • readColor

      public Color readColor(int x, int y)
      Specified by:
      readColor in class Bitmap
    • readAlpha

      public float readAlpha(int x, int y)
      Specified by:
      readAlpha in class Bitmap