On Wed, 19 May 2004, Sam Shelley wrote:

> Hi - would anyone know the colour codes for Grey and Orange.  Thanks in
> advance.  

Color codes are created with the following formula:

Code = R * 65536 + G * 256 + B

where R, G and B are the amount of Red, Green and Blue in the range of 0 
to 255, inclusive.

Gray/Grey is equal values of R, G and B, so a light gray (192) would be 
12632256. Orange is a little more red than green and no blue, say, R=255, 
G=128 and B=0 or 16744448.

If you choose Options > Custom Colors... from the MapInfo menu, you can 
click on a color, then push the Define button and you cna see how much 
R, G, and B that color's made of.

- Bill


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 11838

Reply via email to