OkLab constructor

const OkLab(
  1. double l,
  2. double a,
  3. double b
)

以明度 l、绿-红轴 a、蓝-黄轴 b(均为百分比)构造 OkLab 颜色。

Implementation

const OkLab(this.l, this.a, this.b);