pub const TJPF_TJPF_RGBA: TJPF = 7;
Expand description

RGBA pixel format. This is the same as @ref TJPF_RGBX, except that when decompressing, the X component is guaranteed to be equal to the maximum sample value, which can be interpreted as an opaque alpha channel.