-
Bug
-
Resolution: Fixed
-
P4
-
17, 20, 21, 22
-
b12
-
generic
-
generic
Minimum is maximum, and maximum is minimum.
/**
* The maximum normalized component values.
*/
private float[] minVal;
/**
* The minimum normalized component values.
*/
private float[] maxVal;
/**
* The maximum normalized component values.
*/
private float[] minVal;
/**
* The minimum normalized component values.
*/
private float[] maxVal;
- csr for
-
JDK-8314077 ICC_ColorSpace#minVal/maxVal have the opposite description
- Closed