Public Methods | |
ImageBuffer (int[] pixels, int w, int h) | |
ImageBuffer (Image img, int w, int h) | |
int[] | getPixels () |
int | getWidth () |
int | getHeight () |
void | fill (int[] pixels, int width, int height) |
void | fill (Image img, int width, int height) |
Image | toImage () |
int | getPixelIntValue (int x, int y) |
int[] | getPixelARGBValue (int x, int y) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|