Antonio,
where I can found gradient function ?
I can create Horizontal gradient or vertical gradient also ?
Thanks
...
for i = 255 TO 0 STEP -1
DEFINE BRUSH oBrush COLOR RGB( 0, i, 0 ) //<--- aqui
FILLRECT( hDC, aRect, oBrush:hBrush )
RELEASE BRUSH oBrush
aRect[ 1 ] += nStep
aRect[ 3 ] += nStep
next
...
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 99 guests