Color codes in Panel file

Posted:
Sun Aug 27, 2006 4:20 pm
by Lysander77
In adding a gauge to the panel file of an aircraft I found the line of code "Background_color=0,0,0" which I surmise is black. Can anyone suggest the code necessary to achieve different colors? Or any source of information on this matter?
Many thanks in advance for any ideas.
Re: Color codes in Panel file

Posted:
Sun Aug 27, 2006 5:43 pm
by dave3cu
Goto your favorite paint program (MS Paint will do).
Get into the color pallett, pick your color and read the R,G,B values.
Background_color=R,G,B
(0,0,0='absolute' black which is transparent in panels)
Re: Color codes in Panel file

Posted:
Sun Aug 27, 2006 5:56 pm
by Lysander77
Many thanks indeed! A simple and effective answer to the problem! I'm most grateful....