android.graphics
Class PixelFormat
java.lang.Object
android.graphics.PixelFormat
public class PixelFormat
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
TRANSLUCENT
public static final int TRANSLUCENT
- See Also:
- Constant Field Values
TRANSPARENT
public static final int TRANSPARENT
- See Also:
- Constant Field Values
OPAQUE
public static final int OPAQUE
- See Also:
- Constant Field Values
RGBA_8888
public static final int RGBA_8888
- See Also:
- Constant Field Values
RGBX_8888
public static final int RGBX_8888
- See Also:
- Constant Field Values
RGB_888
public static final int RGB_888
- See Also:
- Constant Field Values
RGB_565
public static final int RGB_565
- See Also:
- Constant Field Values
RGBA_5551
public static final int RGBA_5551
- See Also:
- Constant Field Values
RGBA_4444
public static final int RGBA_4444
- See Also:
- Constant Field Values
A_8
public static final int A_8
- See Also:
- Constant Field Values
L_8
public static final int L_8
- See Also:
- Constant Field Values
LA_88
public static final int LA_88
- See Also:
- Constant Field Values
RGB_332
public static final int RGB_332
- See Also:
- Constant Field Values
YCbCr_422_SP
public static final int YCbCr_422_SP
- See Also:
- Constant Field Values
YCbCr_420_SP
public static final int YCbCr_420_SP
- See Also:
- Constant Field Values
YCbCr_422_I
public static final int YCbCr_422_I
- See Also:
- Constant Field Values
JPEG
public static final int JPEG
- See Also:
- Constant Field Values
bytesPerPixel
public int bytesPerPixel
bitsPerPixel
public int bitsPerPixel
PixelFormat
public PixelFormat()
getPixelFormatInfo
public static void getPixelFormatInfo(int format,
PixelFormat info)
formatHasAlpha
public static boolean formatHasAlpha(int format)
Copyright © 2008-2010. All Rights Reserved.