8314076: ICC_ColorSpace#minVal/maxVal have the opposite description

Reviewed-by: azvegint
This commit is contained in:
Sergey Bylokhov 2023-08-17 05:33:44 +00:00
parent 2a1176b544
commit b78f5a1068

@ -93,12 +93,12 @@ public class ICC_ColorSpace extends ColorSpace {
private ICC_Profile thisProfile;
/**
* The maximum normalized component values.
* The minimum normalized component values.
*/
private float[] minVal;
/**
* The minimum normalized component values.
* The maximum normalized component values.
*/
private float[] maxVal;