Package org.sunflow.image
Class Bitmap
java.lang.Object
org.sunflow.image.Bitmap
- Direct Known Subclasses:
BitmapBlack
,BitmapG8
,BitmapGA8
,BitmapRGB8
,BitmapRGBA8
,BitmapRGBE
,BitmapXYZ
,GenericBitmap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INV255
protected static final float INV255- See Also:
-
INV65535
protected static final float INV65535- See Also:
-
-
Constructor Details
-
Bitmap
public Bitmap()
-
-
Method Details
-
getWidth
public abstract int getWidth() -
getHeight
public abstract int getHeight() -
readColor
-
readAlpha
public abstract float readAlpha(int x, int y)
-