toLabColor method

LabColor toLabColor()

Converts this to the LAB color space.

Implementation

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