[][src]Function libwebp::WebPDecodeBGRA

pub fn WebPDecodeBGRA(
    data: &[u8]
) -> Result<(u32, u32, WebpBox<[u8]>), WebPSimpleError>

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