CieLch constructor

const CieLch(
  1. double l,
  2. double c,
  3. double h
)

Implementation

const CieLch(double l, double c, double h) : super(l, c, h);