关闭 Pixel Bender 中的颜色范围
关闭(使用 PixelBender)处于特定范围内的颜色的最佳方法是什么?例如,关闭 0x0000FF 到 0x00FFFF 之间的所有颜色。感谢您的帮助。这必须在 Flash 中起作用。谢谢!
What is the best way to turn turn off (using PixelBender) colors that fall within a certain range. For example, turn off all colors between 0x0000FF and 0x00FFFF. Thanks for your help. This has to work in Flash. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的意思是每个通道“之间”,这里有一个简单的方法。
If you mean per channel "between", here is a simple way to do it.
不确定这是否是最好的方法,但它有效。这个想法是在 Pixel Bender 中模拟 uint 颜色值。
Not sure whether this is the best way but it worked. The idea is to simulate uint color value in Pixel Bender.