Surfacepublic interface Surface
Fields Summary |
---|
public static final int | TYPE_INT_RGBConstant indicating 8/8/8 RGB pixel data stored in an
int array. | public static final int | TYPE_INT_ARGBConstant indicating 8/8/8/8 ARGB pixel data stored in an
int array. | public static final int | TYPE_INT_ARGB_PREConstant indicating 8/8/8/8 ARGB alpha-premultiplied pixel data stored
in a int array. | public static final int | TYPE_USHORT_565_RGBConstant indicating 5/6/5 RGB pixel data stored in an
short array. | public static final int | TYPE_BYTE_GRAYConstant indicating 8 bit grayscale pixel data stored in a
byte array. |
Methods Summary |
---|
public SurfaceDestination | createSurfaceDestination()
| public int | getHeight()
| public void | getRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height)
| public int | getWidth()
| public void | setRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height)
|
|