Bgr32

Type Alias Bgr32 

Source
pub type Bgr32 = Pix3<Ch32, Bgr, Straight, Linear>;
Expand description

Bgr 32-bit opaque (no alpha channel) linear gamma pixel format.

Aliased Typeยง

pub struct Bgr32 { /* private fields */ }