ayuv_to_rgb

Function ayuv_to_rgb 

Source
pub fn ayuv_to_rgb(
    image: &YuvPackedImage<'_, u8>,
    dst: &mut [u8],
    dst_stride: u32,
    range: YuvRange,
    matrix: YuvStandardMatrix,
    premultiply_alpha: bool,
) -> Result<(), YuvError>
Expand description

Converts AYUV to RGB 8-bit depth precision.