pub const TJPF_TJPF_BGRA: TJPF = 8;
Expand description

BGRA pixel format. This is the same as @ref TJPF_BGRX, 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.