Important: The information in this document is obsolete and should not be used for new development.
HiliteColor
Use theHiliteColor
procedure to change the highlight color for the current color graphics port.
PROCEDURE HiliteColor (color: RGBColor);
color
- An
RGBColor
record that defines the highlight color.DESCRIPTION
TheHiliteColor
procedure changes the highlight color for the current color graphics port. All drawing operations that use thehilite
transfer mode use the highlight color. When a color graphics port is created, its highlight color is initialized from the global variableHiliteRGB
. (This information is stored in thergbHiliteColor
field of theGrafVars
record, but you should never need to refer to it directly.)If the current graphics port is a basic graphics port,
HiliteColor
has no effect.SEE ALSO
Thehilite
mode is described in "Highlighting" beginning on page 4-33.