We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce99247 commit 12b75a0Copy full SHA for 12b75a0
java/hct/Cam16.java
@@ -71,7 +71,7 @@ public final class Cam16 {
71
* astar, bstar in code. CAM16-UCS is included in the CAM16 specification, and is used to measure
72
* distances between colors.
73
*/
74
- double distance(Cam16 other) {
+ public double distance(Cam16 other) {
75
double dJ = getJstar() - other.getJstar();
76
double dA = getAstar() - other.getAstar();
77
double dB = getBstar() - other.getBstar();
0 commit comments