Function jxl_color::ycbcr_to_rgb

source ·
pub fn ycbcr_to_rgb(fb_cbycr: [&mut SimpleGrid<f32>; 3])
Expand description

Applies transform from YCbCr to RGB.

Channels are expected to be in CbYCr order.