EZ_MapColor | |
NAME
EZ_MapColor - change a color map entrySYNOPSIS
#include <EZ.h> void EZ_MapColor(int idx, int r, int g,int b)ARGUMENTS
idx Specifies a color index into the color map. r,g,b Specifies the RGB intensities of the color associ- ated with the entry.DESCRIPTION
EZ_MapColor modifies the idxth entry of the color map.SEE ALSO
EZ_ColorMapMode(3), EZ_Index(3)