toLab method

OkLab toLab()

Implementation

OkLab toLab() {
  final linear = rgbToLinearRgb(this);
  return linearRgbToOkLab(linear);
}