nw::gfx::res::ResPixelBasedTexture::FormatHW Enumerated Type

Syntax

enum FormatHW;

Value

Value Description
FORMAT_HW_RGBA8 Format where 1 pixel is 4 bytes; RGBA are 8 bits each.
FORMAT_HW_RGB8 Format where 1 pixel is 3 bytes; RGB are 8 bits each.
FORMAT_HW_RGBA5551 Format where 1 pixel is 2 bytes; RGB are 5 bits each and A is 1 bit.
FORMAT_HW_RGB565 Format where 1 pixel is 2 bytes; RGB are 5, 6, 5 bits respectively.
FORMAT_HW_RGBA4 Format where 1 pixel is 2 bytes; RGBA are 4 bits each.
FORMAT_HW_LA8 Format where 1 pixel is 2 bytes, and Alpha and Luminance are 8 bits each.
FORMAT_HW_HILO8 Format where 1 pixel is 2 bytes; X and Y are 8 bits each.
FORMAT_HW_L8 Format where 1 pixel is 1 byte; Luminance is 8 bits.
FORMAT_HW_A8 Format where 1 pixel is 1 byte; Alpha is 8 bits.
FORMAT_HW_LA4 Format where 1 pixel is 1 bytes, and Alpha and Luminance are 4 bits each.
FORMAT_HW_L4 Format where 1 pixel is 4 bits and Luminance is 4 bits.
FORMAT_HW_A4 Format where 1 pixel is 4 bits and Alpha is 4 bits.
FORMAT_HW_ETC1 1 pixel is 4 bytes equivalent compressed format .
FORMAT_HW_ETC1A4 1 pixel is 8 bytes equivalent compressed format .

Description


CONFIDENTIAL