QAColorTableDelete
You can use theQAColorTableDeletefunction to delete a color lookup table.
void QAColorTableDelete ( const TQAEngine *engine, TQAColorTable *colorTable);
engine- A drawing engine.
colorTable- A color lookup table.
DESCRIPTION
TheQAColorTableDeletefunction deletes the color lookup table specified by thecolorTableparameter. Any memory and other resources associated with that color lookup table are released.SEE ALSO
Use theQAColorTableNewfunction (page 1-83) to create a color lookup table.