LispWorks CAPI Reference Manual > 3 COLOR Reference Entries

NextPrevUpTopContentsIndex

colors=

Function
Summary

Tests to see if two colors are equal.

Package

color

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.

See also

ensure-<command>
convert-color


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex