public class BufferedImage extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_INT_RGB |
Constructor and Description |
---|
BufferedImage(android.graphics.Bitmap bitmap) |
BufferedImage(int w,
int h,
int t) |
Modifier and Type | Method and Description |
---|---|
void |
_setRGB(int r,
int g,
int b) |
android.graphics.Bitmap |
getBitmap() |
int |
getHeight() |
int |
getRGB(int x,
int y) |
int |
getWidth() |
public static final int TYPE_INT_RGB
Copyright © 2020 Aspose. All Rights Reserved.