pub fn ra30_to_rgb8(
ar30: &[u8],
ar30_stride: u32,
byte_order: Rgb30ByteOrder,
rgb: &mut [u8],
rgb_stride: u32,
width: u32,
height: u32,
) -> Result<(), YuvError>Expand description
Converts RGBA1010102 to RGB 8 bit depth
ยงArguments
ar30: Source RA30 dataar30_stride: Source RA30 stridebyte_order: See Rgb30ByteOrder for more inforgb: Destination RGB datargb_stride: Destination RGB stridewidth: Image widthheight: Image height