BufferSpec.ColorFormat

public static abstract class BufferSpec.ColorFormat

Available color formats. Needs to be kept in sync with the enum in gvr_types.h.

Constants

int NUM_FORMATS
int RGBA_8888
int RGB_565

Public Constructors

Inherited Methods

Constants

public static final int NUM_FORMATS

Constant Value: 2

public static final int RGBA_8888

Constant Value: 0

public static final int RGB_565

Constant Value: 1

Public Constructors

public BufferSpec.ColorFormat ()