Carbon


HiliteColor

Header: Quickdraw.h Carbon status: Supported

Changes the highlight color for the current color graphics port.

void HiliteColor (
    const RGBColor *color
);
Parameter descriptions
color

An RGBColor structure that defines the highlight color.

DISCUSSION

All drawing operations that use the hilite transfer mode use the highlight color. When a color graphics port is created, its highlight color is initialized from the global variable HiliteRGB.

If the current graphics port is a basic graphics port, HiliteColor has no effect.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)