Code: Select all | Expand
CircleGradient( hDC, { 0, 0, 400, 400 } , nRGB( 212, 219, 237 ), nRGB( 132, 179, 249 ) )
![Image](http://www.sitasoft.com/fivewin/screen/cirgrad1.png)
Code: Select all | Expand
hBitmap = CircleGradient( 0, { 0, 0, 400, 400 } , nRGB( 212, 219, 237 ), nRGB( 132, 179, 249 ), 190, 190, 2 )
![Image](http://www.sitasoft.com/fivewin/screen/cirgrad2.png)
Code: Select all | Expand
hBrush = CircleGradient( 0, { 0, 0, 400, 400 } , nRGB( 212, 219, 237 ), nRGB( 132, 179, 249 ), -190, -190 , 3 )
![Image](http://www.sitasoft.com/fivewin/screen/cirgrad3.png)
more info: http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_circlegradient