How would you draw a Rounded Rectangle in Rebol and fill it with a gradient color ? Can't find any example.
Thanks.
|
feedback
|
|
You must use DRAW in an effect block for a face:
To study how to use FILL-PEN with different colors and gradient modes, go to the REBOL desktop under REBOL and Tools and try the Grad Lab. You can experiment with different settings there with visible source code, that you can paste into your own draw blocks. Hope this helps. :-) | |||
|
feedback
|
|
Remember to click the "Local" text in the lower left corner of the desktop, otherwise it will not go online to get the index.r file. | |||
|
feedback
|