FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GradientFill ( to uKoenig )
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
GradientFill ( to uKoenig )
Posted: Fri Sep 11, 2009 10:08 AM

Hi uKoenig,
I see very work your and i think that you can help with this.

My ask is How create colors to use in function GradientFill ?

have someone program that return number of gradient color to insert ?

and what´s number of colors que i need send ?

Colors:={{ 1,2,3},{1,2,3}}

thanks

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: GradientFill ( to uKoenig )
Posted: Fri Sep 11, 2009 10:42 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: GradientFill ( to uKoenig )
Posted: Fri Sep 11, 2009 10:45 AM

Hello,

You can Download the new Gradient-Tools to create any Gradient.

http://www.pflegeplus.com/fw_downloads/GrdTool1.zip
or have a look at the Post.
You will get 2 Arrays :
1. Color-Values
2. RGB-Values
The needed Source ( Color-Move and Values ) for Window, Dialog and Folders, is created from the defined Gradient.

GradientFill( hDC, 0, 0, oDlg:nHeight, ;
oDlg:nWidth, { { 0.50, 14853684, 16314573 }, ;
{ 0.50, 16314573, 14853684 } }, .T. ) }

Best Regards
Uwe :)

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: GradientFill ( to uKoenig )
Posted: Fri Sep 11, 2009 03:18 PM

thanks :D

i will try.

thanks antonio for documentation of gradient :)

Continue the discussion