pub const TJPF_TJPF_ABGR: TJPF = 9;
Expand description

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