Thanks for the link. I guess in this page they are just using one
    yellow color which is closest to gold color. I have seen Ely's
    code where he used color combination which is more close
    to gold color. Here is the link:

               http://demo.quietlyscheming.com/ChartSampler/app.html

                          please click the style folder and click the Fills-
                          as you can see the columns looks very much
                          like 3D gold bard but not exactly like GOLD.

     I am sure someone with very good idea about color can combine
     colors to make it exactly look like gold BARS...

     The color combination that Ely used for the above example is:

                    <mx:LinearGradient>
                        <mx:GradientEntry color="#A6A602" ratio="0"  />
                        <mx:GradientEntry color="#DFDF97" ratio=".2"  />
                        <mx:GradientEntry color="#A6A602" ratio=".4"  />
                        <mx:GradientEntry color="#F5F655" ratio=".8"  />
                        <mx:GradientEntry color="#A6A602" ratio="1"  />
                    </mx:LinearGradient>

     regards........





On Feb 9, 2008 9:29 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote:

>   look all the way down, it might help
> http://en.wikipedia.org/wiki/Gold_(color<http://en.wikipedia.org/wiki/Gold_%28color>
> )
>
> ----- Original Message ----
> From: hworke <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Saturday, February 9, 2008 11:18:28 PM
> Subject: [flexcoders] GOLD color for a bad chart
>
>
>
> Hi, I am not a color specialist but trying to
> make the bars of my barchart look like GOLD
> bars, just metallic gold color. Which color
> combination do I need for that? Please suggest.
>
> Best regards...
>
>
>
> ------------------------------
> Never miss a thing. Make Yahoo your 
> homepage.<http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
> 
>

Reply via email to