KeyColor constructor

KeyColor(
  1. double hue,
  2. double requestedChroma
)

Implementation

KeyColor(this.hue, this.requestedChroma);