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, cxParamColorPackedGet, cxParamColorFloatSet, cxRGBtoHSV,
Last modified: Mon Nov 18 13:51:23 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996