pub const TJPF_TJPF_RGB: TJPF = 0;
Expand description

RGB pixel format. The red, green, and blue components in the image are stored in 3-sample pixels in the order R, G, B from lowest to highest memory address within each pixel.