DisplayColors |
Top Previous Next |
Valid for: SetStartup
Syntax - SetStartup DisplayColors <DisplayColorsString > Where: <DisplayColorsString > is a literal string containing 4 semicolon delimited color values.
Description: This option defines the colors used in the Rumba 4-color display. The colors are defined for…
Each of the colors is defined either by a color name from the list below, or a 6 digit hexadecimal value from the list below, in the format of RRGGBB. In the 6 digit hexadecimal values the first two digits represent the red component of the color, the third and forth digits represent the green component of the color, and the last two digits represent the blue component of the color. The string used in the command can contain the names for each color or the 6 digit hexadecimal value for each color.
The following table shows some of the allowed color names and their associated hexidecimal values.
Sample: Both of the following statements will set the colors to the EMUE/Rumba Default colors. SetStartup DisplayColors "Lime;Red;Blue;White" SetStartup DisplayColors "00FF00;FF0000;0000FF;FFFFFF"
See Also:
|