public class GenericBitmap extends Bitmap
INV255, INV65535
GenericBitmap(int w, int h)
int
getHeight()
getWidth()
float
readAlpha(int x, int y)
Color
readColor(int x, int y)
void
save(java.lang.String filename)
writePixel(int x, int y, Color c, float a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericBitmap(int w, int h)
public int getWidth()
getWidth
Bitmap
public int getHeight()
getHeight
public Color readColor(int x, int y)
readColor
public float readAlpha(int x, int y)
readAlpha
public void writePixel(int x, int y, Color c, float a)
public void save(java.lang.String filename)