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() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getHeight() |
abstract int |
getWidth() |
abstract float |
readAlpha(int x,
int y) |
abstract Color |
readColor(int x,
int y) |
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)