mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-05 18:58:07 -05:00
CTS 3: Fix typo.
This commit is contained in:
parent
52db461f84
commit
c837d9b960
@ -352,7 +352,7 @@ begin
|
||||
RGBToXYZ(R2, G2, B2, X, Y, Z);
|
||||
XYZtoCIELab(X, Y, Z, L_2, a_2, b_2);
|
||||
Result := Sqrt(sqr(L_1 - L_2) + sqr(a_1 - a_2) +
|
||||
sqr(bb_1 - b_2)) <= Tolerance;
|
||||
sqr(b_1 - b_2)) <= Tolerance;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user