NAME

cxParamColorPackedSet - convert a packed color value into a color parameter

C SPECIFICATION

#include <cx/DataAccess.h>

void cxParamColorPackedSet( cxParameter *src, int color );

FORTRAN SPECIFICATION

subroutine cxParamColorPackedSet( src, color )
integer src
integer color

DESCRIPTION

cxParamColorPackedSet converts src into a string cxParameter in "color format" containing the packed color value in color. Src will contain the string "#RRGGBBAA", where RRGGBBAA is the hex value of color.

The complete color format is described in cxParamColorFloatGet(3E).

SEE ALSO

cxParamColorFloatGet(3E), cxParamColorPackedGet(3E), cxParamColorFloatSet(3E), cxRGBtoHSV(3E).
Last modified: May 27 12:26 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999