Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(HyperLinkColor)

Mnemonic: (HyperLinkColor=Red,Green,Blue,mouseoverRed,mouseoverGreen,mouseoverBlue)

where:

  • the first three parameters (Red, Green, Blue) determine the color of the link text
  • the remaining three parameters (mouseoverRed, mouseoverGreen, mouseoverBlue) determine the color of the text on a mouseover
  • all of these parameters must be in the range 0 (minimum color intensity) to 255 (maximum color intensity). Thus, there are more than 16.7 million color combinations available.
Discussion: The HyperLinkColor mnemonic establishes the colors (normal and mouseover) of a hyperlink on the Comet/CometAnywhere screen.

To restore the initial default colors, use the following settings:

(HyperLinkColor=255,255,255,255,255,255)
For a complete discussion, see Comet Hyperlinks.
Example:
(HyperLinkColor=255,0,0,0,0,255)
  • The first three values (255,0,0) specify maximum red, no green, and no blue (result: link text is red)
  • The second three values (0,0,255) specify no red, no green, and maximum blue (result: mouseover text is blue)