InvertColor
RGBColor *theColor; inverse of an absolute color from gDevice color table
InvertColor finds the RGB color that complements a specified color theColor is an RGB's complement
Notes: InvertColor's default procedure for finding a color's complement is to
use the 1's complement of each component of the requested color.