05-03-2005, 04:48 PM
When setting the color for a toolbar I noticed a problem. Your help screen says:
Set background and text color. Syntax:
/col color textcolor
Here color and textcolor are RGB colors, usually hexadecimal values (e.g., 0xFFFF80). The low-order byte (two symbols at the right) contains a value for the relative intensity of red; the second byte contains a value for green; and the third byte contains a value for blue. Value 1 to 31 will set one of the system colors, for example 2 is the desktop color.
But, when I programmed it, I noticed the red and blue were reversed. I worked around it, but I thought you might like to know, or, is this a problem with my system.
Thanks.
Set background and text color. Syntax:
/col color textcolor
Here color and textcolor are RGB colors, usually hexadecimal values (e.g., 0xFFFF80). The low-order byte (two symbols at the right) contains a value for the relative intensity of red; the second byte contains a value for green; and the third byte contains a value for blue. Value 1 to 31 will set one of the system colors, for example 2 is the desktop color.
But, when I programmed it, I noticed the red and blue were reversed. I worked around it, but I thought you might like to know, or, is this a problem with my system.
Thanks.