NAME
XmuDistinguishableColors — determine if colors are visibly different.
SYNOPSIS
Bool XmuDistinguishableColors(colors, count)
XColor ∗colors;
int count;
ARGUMENTS
colorsAn array of XColor structures to be tested for distinguishability.
countThe number of elements in the colors array.
AVAILABILITY
Release 5 and later.
DESCRIPTION
This function returns True if and only if all the colors in the passed array are "distinguishable" from one another. There is no formal definition for "distinguishable," and this function does not make use of device independent color, so the algorithm used is somewhat arbitrary. Note that there is no Xmu header file that declares this function, so the declaration should be done explictly.
SEE ALSO
XmuDistinguishablePixels.