Class BitmapRGB8


  • public class BitmapRGB8
    extends Bitmap
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapRGB8​(int w, int h, byte[] data)  
    • Constructor Detail

      • BitmapRGB8

        public BitmapRGB8​(int w,
                          int h,
                          byte[] 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