XyzColor constructor

const XyzColor(
  1. num x,
  2. num y,
  3. num z
)

Implementation

const XyzColor(this.x, this.y, this.z);