Function style::color::convert::to_xyz

source ยท
pub fn to_xyz<From: ColorSpaceConversion>(
    from: &ColorComponents,
) -> (ColorComponents, WhitePoint)
Expand description

Convert the color components from the specified color space to XYZ and return the components and the white point they are in.