BitmapBlack
, BitmapG8
, BitmapGA8
, BitmapRGB8
, BitmapRGBA8
, BitmapRGBE
, BitmapXYZ
, GenericBitmap
public abstract class Bitmap
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected static float |
INV255 |
|
protected static float |
INV65535 |
Constructor | Description |
---|---|
Bitmap() |
Modifier and Type | Method | 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)