[][src]Function libwebp::WebPDecodeBGRAInto

pub fn WebPDecodeBGRAInto(
    data: &[u8],
    output_buffer: &mut [u8],
    output_stride: u32
) -> Result<(), WebPSimpleError>

Same as WebPDecodeRGBAInto, but returning B, G, R, A, B, G, R, A... ordered data.