toXyzColor method

XyzColor toXyzColor()

Returns this color as a XyzColor.

Implementation

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