View Single Post

  #2 (permalink)  
Old 01-08-2008
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Re: MapPoint 04 - Legend Color Schemes

Hi,

Colors in window is represent as a 32 bit unsigned where the hi 8 are not in use. the sequenct is RGB. 0xFFFFFF is white, 0x00FF00 is green, etc... this way you can make any color you wants.
Reply With Quote