Java android.graphics PixelFormat fields, constructors, methods, implement or subclass

Example usage for Java android.graphics PixelFormat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics PixelFormat.

The text is from its open source code.

Field

intUNKNOWN
intTRANSLUCENT
System chooses a format that supports translucency (many alpha bits)
intTRANSPARENT
System chooses a format that supports transparency (at least 1 alpha bit)
intOPAQUE
System chooses an opaque format (no alpha bits required)
intRGBA_8888
intRGBX_8888
intRGB_888
intRGB_565
intRGBA_4444
intA_8
intYCbCr_420_SP
intJPEG

Constructor

Method