All Manuals > CAPI User Guide and Reference Manual > 24 COLOR Reference Entries

NextPrevUpTopContentsIndex

convert-color

Function
Summary

Return the representation of a color specification on a given graphics port.

Package

color

Signature

convert-color port color &key errorp => color-rep

Arguments

port

A graphics port.

color

A color specification.

errorp

If t, check for errors. By default, this is t.

Values

color-rep

Representation of color on port .

Description

Return the representation of color on the given graphics port port . In CLX, this is the "pixel" value, which corresponds to an index into the default colormap. It is more efficient to use the result of convert-color in place of its argument in drawing function calls, but the penalty is the risk of erroneous colors being displayed should the colormap or the colormap entry be changed.

See also

colors=
ensure-color
ensure-rgb
unconvert-color
Image access
The Color System


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex