public class GenericBitmap extends Bitmap
Constructor and Description |
---|
GenericBitmap(int w,
int h) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
float |
readAlpha(int x,
int y) |
Color |
readColor(int x,
int y) |
void |
save(String filename) |
void |
writePixel(int x,
int y,
Color c,
float a) |
Copyright © 2020. All rights reserved.