如何在 Rebol 中绘制并填充圆角矩形
如何在 Rebol 中绘制圆角矩形并用渐变颜色填充它? 找不到任何例子。
谢谢。
How would you draw a Rounded Rectangle in Rebol and fill it with a gradient color ?
Can't find any example.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须在脸部效果块中使用 DRAW:
要研究如何使用具有不同颜色和渐变模式的 FILL-PEN,请转到 REBOL 和工具下的 REBOL 桌面并尝试 Grad Lab。 您可以使用可见的源代码尝试不同的设置,然后将其粘贴到您自己的绘图块中。
希望这可以帮助。 :-)
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. :-)
记得点击桌面左下角的“本地”文字,否则无法上网获取index.r文件。
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.