style::color::convert

Function from_xyz

Source
pub fn from_xyz<To: ColorSpaceConversion>(
    from: &ColorComponents,
    white_point: WhitePoint,
) -> ColorComponents
Expand description

Convert the color components from XYZ at the given white point to the specified color space.