Package org.sunflow.image.formats
Class BitmapG8
- java.lang.Object
-
- org.sunflow.image.Bitmap
-
- org.sunflow.image.formats.BitmapG8
-
public class BitmapG8 extends Bitmap
-
-
Constructor Summary
Constructors Constructor Description BitmapG8(int w, int h, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
int
getWidth()
float
readAlpha(int x, int y)
Color
readColor(int x, int y)
-