pub fn from_xyz<To: ColorSpaceConversion>(
from: &ColorComponents,
white_point: WhitePoint,
) -> ColorComponentsExpand description
Convert the color components from XYZ at the given white point to the specified color space.
pub fn from_xyz<To: ColorSpaceConversion>(
from: &ColorComponents,
white_point: WhitePoint,
) -> ColorComponentsConvert the color components from XYZ at the given white point to the specified color space.