toLabColor method

LabColor toLabColor()

Returns this color as a LabColor.

Implementation

LabColor toLabColor() => LabColor.fromColor(this);