Class BitmapRGBE


  • public class BitmapRGBE
    extends Bitmap
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] data  
      private static float[] EXPONENT  
      private int h  
      private int w  
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapRGBE​(int w, int h, int[] data)  
    • Field Detail

      • w

        private int w
      • h

        private int h
      • data

        private int[] data
      • EXPONENT

        private static final float[] EXPONENT
    • Constructor Detail

      • BitmapRGBE

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

      • getWidth

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

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

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