toXyzColor method

  1. @override
XyzColor toXyzColor()
inherited

Converts this to the XYZ color space.

Implementation

@override
XyzColor toXyzColor() => _cast().toXyzColor().cast();