jxl_color

Function ycbcr_to_rgb

Source
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.