颜色键在图像处理中起什么作用?
我看到在一些图像处理软件中,我们可以指定“色键颜色”,通常是RGB中的255,0,255。这是什么意思?
I saw in some image processing software, we can specify "color key color", usally it is 255,0, 255 in RGB. what does it mean?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
颜色键颜色
表示“不可见”颜色。或者,换句话说,透明通道,如 Alpha 通道。与色度键直接相关 http://en.wikipedia.org/wiki/Chroma_key另请阅读此 http://www.saltw.net/index.php?topic=82117.0 名为
Using Color Keying on 2D Sprites
的文本部分color key color
means the 'invisible' color. Or, by other words, the transparent one, like an alpha channel. Directly related to the Chroma key http://en.wikipedia.org/wiki/Chroma_keyAlso read this one http://www.saltw.net/index.php?topic=82117.0 part of the text named
Using Color Keying on 2D Sprites