toXyzColor method

XyzColor toXyzColor()

Converts this to the XYZ color space.

Implementation

XyzColor toXyzColor() => ColorConverter.toXyzColor(this);