Function nokhwa::yuyv444_to_rgb888[][src]

pub fn yuyv444_to_rgb888(y: i32, u: i32, v: i32) -> [u8; 3]
Expand description

Convert YCbCr 4:4:4 to a RGB888. For further reading