pub fn rdp_yuv444_to_rgba(
planar_image: &YuvPlanarImage<'_, i16>,
rgba: &mut [u8],
rgba_stride: u32,
) -> Result<(), YuvError>Available on crate feature
rdp only.Expand description
Converts RemoteFX YUV 4:4:4 to RGBAwith 8 bit-depth precision.