> I have a query about MapInfo and it's color scheme... > > In the mapbasic def file, you have a line such as > > Define RED 16711680
16711680 = FF0000 in hex, so it is red, since FF = 255. Windows calculator will tell you this, if you use it in scientific mode. For MI colours look up section colours here: http://www.mapinfo.com/community/free/library/interchange_file.pdf MapInfo: (red * 65536) + (green * 256) + blue Most other systems: (blue * 65536) + (green * 256) + red Kind regards Uffe Kousgaard www.routeware.dk --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 3748
