pub fn yuyv444_to_rgba(y: i32, u: i32, v: i32) -> [u8; 4]Expand description
Convert YCbCr 4:4:4 to a RGBA8888. For further reading
Equivalent to yuyv444_to_rgb but with an alpha channel attached.
pub fn yuyv444_to_rgba(y: i32, u: i32, v: i32) -> [u8; 4]Convert YCbCr 4:4:4 to a RGBA8888. For further reading
Equivalent to yuyv444_to_rgb but with an alpha channel attached.