pub const TJPF_TJPF_BGR: TJPF = 1;
Expand description

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