Skip to content

Commit 12b75a0

Browse files
Material Engcopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 559536314
1 parent ce99247 commit 12b75a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/hct/Cam16.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public final class Cam16 {
7171
* astar, bstar in code. CAM16-UCS is included in the CAM16 specification, and is used to measure
7272
* distances between colors.
7373
*/
74-
double distance(Cam16 other) {
74+
public double distance(Cam16 other) {
7575
double dJ = getJstar() - other.getJstar();
7676
double dA = getAstar() - other.getAstar();
7777
double dB = getBstar() - other.getBstar();

0 commit comments

Comments
 (0)