Aron, Great job on the three color gradient. I have been playing with your code and can't seem to code the center color so it blends into the top and bottom (much like the top and bottom color blend). Right now, as the code is written, it shows the center color as more of a tighter range of blend than the top and bottom.
In other words, the center color is more focused in on the center. I hope I am explaining this correctly. I certainly can live with the code the way it is written but if you have a way to "open" up the center color so it blends more like the top and bottom, I would appreciate the help. Thanks again. Wally --- In [email protected], Aron <[EMAIL PROTECTED]> wrote: > > |Try this: > > pxwidth = Status("pxwidth"); > pxheight = Status("pxheight"); > GfxSetBkMode( 1 ); // set transparent mode > GfxSetOverlayMode(1); > GfxGradientRect(0,0,pxwidth, pxheight/2, *colorLime*, *colorYellow* ); > GfxGradientRect(0,pxheight/2,pxwidth, pxheight, *colorYellow* > ,*colorBlue*); > | >
