8314076: ICC_ColorSpace#minVal/maxVal have the opposite description
Reviewed-by: azvegint
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user