CielabColor constructor

const CielabColor(
  1. num l,
  2. num a,
  3. num b
)

Implementation

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