TJPF_XBGR constant

int const TJPF_XBGR

XBGR pixel format. The red, green, and blue components in the image are stored in 4-byte pixels in the order R, G, B from highest to lowest byte address within each pixel. The X component is ignored when compressing and undefined when decompressing.

Implementation

static const int TJPF_XBGR = 4;