以编程方式绘制(投影)阴影
这可能适用于所有编程语言。
我使用 Adobe Flash AS3,由于本文中的某些原因,我无法使用内置的阴影滤镜。
不过,我确实有可用的位图数据,以及颜色和 Alpha 值。
所以应该有一种方法来绘制我自己的阴影过滤器......对吧?有什么好的现有算法我应该去检查一下吗?
不是专门寻找 AS3 实现,任何其他示例都可能允许我转换代码。
This probably goes for all programming languages.
I use Adobe Flash AS3 and for some reason that is boyond this post, I cannot use built-in dropshadow filters.
I do, however, have bitmap data available, with color and alpha values.
So there should be a way to draw my own dropshadow filter.... right? Any good existing algorithms I should go and check out?
Not specifically looking for an AS3 implementation, any other example will probably allow me to convert the code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,阴影是这样完成的:
Usually, dropshadows are done like so: