toLabColor method

  1. @override
LabColor toLabColor()
inherited

Converts this to the LAB color space.

Implementation

@override
LabColor toLabColor() => _cast().toLabColor().cast();