TJPF_ARGB constant

int const TJPF_ARGB

ARGB pixel format. This is the same as @ref TJPF_XRGB, except that when decompressing, the X component is guaranteed to be 0xFF, which can be interpreted as an opaque alpha channel.

Implementation

static const int TJPF_ARGB = 10;