Package org.sunflow.image.formats
Class BitmapGA8
- java.lang.Object
-
- org.sunflow.image.Bitmap
-
- org.sunflow.image.formats.BitmapGA8
-
public class BitmapGA8 extends Bitmap
-
-
Constructor Summary
Constructors Constructor Description BitmapGA8()
-
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)
-