Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DngshblClrs(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

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. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026