toLabColor method

  1. @override
LabColor toLabColor()

Converts this to the LAB color space.

Implementation

@override
LabColor toLabColor() => this;