TJPF_XRGB constant

int const TJPF_XRGB

XRGB pixel format. The red, green, and blue components in the image are stored in 4-byte pixels in the order B, G, R 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_XRGB = 5;