public abstract class Bitmap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static float |
INV255 |
protected static float |
INV65535 |
Constructor and Description |
---|
Bitmap() |
protected static final float INV255
protected static final float INV65535
public abstract int getWidth()
public abstract int getHeight()
public abstract Color readColor(int x, int y)
public abstract float readAlpha(int x, int y)