February 2, 200323 yr For all you sector file creators out there... how do I change the geo data color? I want to use my own RGB numbers. I think there is some sort of formula that you must follow, but I can't quite remember what it was! Thanks a lot! Andrew Heath[a href=http://www.duncanfuller.com/d21tracon/]Detroit TRACON[/a]THE RED WINGS RULE!http://www.avsim.com/ffg/public/1_andrewh/banner1.jpgBasic Computer Specs:Intel Pentium 4 2.6 GhzAbit SR-8X DDR Socket 478PNY GeForce4 Ti4400 128 MB512 MB DDR
February 6, 200323 yr Hopefully I'm remembering this right. The color code number is a decimal representation of the concatenated hex values for the RGB values. But you have to reverse them first. For example, if you want bright white you would have blue = 255, green = 255 and red = 255. Convert that to hex and you have B=FF, G=FF, and R=FF. Concatenate them (FFFFFF) and convert back to decimal (16777215). Another example, if you want bright yellow blue = 0, green = 255, and red = 255. 00 FF FF which is 65535.If that doesn't work right, let me know and I'll look it up. I'm doing this from memory right now.Mike
February 7, 200323 yr Thanks... I got the answer in another forum a couple of days ago... but thanks anyway! Andrew Heath[a href=http://www.duncanfuller.com/d21tracon/]Detroit TRACON[/a]THE RED WINGS RULE!http://www.avsim.com/ffg/public/1_andrewh/banner1.jpgBasic Computer Specs:Intel Pentium 4 2.6 GhzAbit SR-8X DDR Socket 478PNY GeForce4 Ti4400 128 MB512 MB DDR
Create an account or sign in to comment