OkLAB constructor

OkLAB(
  1. double l,
  2. double a,
  3. double b
)

Implementation

OkLAB(this.l, this.a, this.b);