pub fn ycbcr_to_rgb(fb_cbycr: [&mut AlignedGrid<f32>; 3])
Expand description
Applies transform from YCbCr to RGB.
Channels are expected to be in CbYCr order.
pub fn ycbcr_to_rgb(fb_cbycr: [&mut AlignedGrid<f32>; 3])
Applies transform from YCbCr to RGB.
Channels are expected to be in CbYCr order.