Nice solution!

d

On Sun, Nov 9, 2008 at 3:04 PM, 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
> *);
> 
>

Reply via email to