




colors=
Summary
Tests to see if two colors are equal.
 
Signature
colors= 
color1
 
color2
 &optional 
tolerance
 => 
bool
 
Arguments
color1
A color specification.
color2
A color specification.
tolerance
A tolerance level within which 
color1
 and 
color2
 may vary. The default value is 0.001s0.
 
Values
bool
t if the two colors are equal within the given tolerance, nil otherwise.
 
Description
Return t if the two colors are equal to the given tolerance.
 
CAPI User Guide and Reference Manual (Windows version) - 3 Aug 2017




