Function convert_rgba_to_bgra

Source
pub fn convert_rgba_to_bgra(data: &mut ImageData) -> Result<()>
Available on crate feature image only.
Expand description

Converts an RGBA image to BGRA format.

Only supports RGBA images with 8-bit depth.