Function style::color::convert::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.