Important: The information in this document is obsolete and should not be used for new development.
InvertColor
Used by system software to find the complement of anRGBColor
data structure.
pascal void InvertColor (RBGColor *myColor);
myColor
- A pointer to a color value data structure. On input, the color to be inverted. On output, specifies the complement of the original color.
DISCUSSION
TheInvertColor
function returns the complement of an absolute color, using the list of complement functions in the current device data structure. The default complement function uses the one's complement of each component of the requested color.