OkLab constructor

OkLab(
  1. double L,
  2. double a,
  3. double b
)

Implementation

OkLab(this.L, this.a, this.b);