k1 property

double k1
final

A constant that adjusts for the nonlinearity of the Lab* color space. The Lab color space has different perception of color difference in different regions, so it needs to be adjusted to improve its accuracy. This is what k1 does。 It applies a larger adjustment in the lower luminance value region of the Lab* color space to better match the perception of the human visual system.

Implementation

final double k1;