更改 ImageIcon 对象透明度(alpha)
我的目标是让多个面板上的图像彼此重叠,并具有 Alpha 通道(透明部分)。所以我按照这个网站http://tinyurl.com/m27exs中的代码进行操作。它按照我想要的方式工作。它有两个彼此叠置的 ImagePanel
对象,最上面有一个 Alpha 通道(透明部分)。
现在我的问题是如何更改该 ImagePanel
类中的 ImageIcon
对象的透明度(透明性?)?
My aim is to have multiple panels with images that have alpha channels (transparent parts) on top of each other. So I followed the code in this site http://tinyurl.com/m27exs. It worked the way I wanted it. It had two ImagePanel
objects on top of each other with the top-most having an alpha channel (transparent part).
Now my problem is how I can change the transparency (see-throughness?) of the ImageIcon
objects inside that ImagePanel
class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Darryl 的 Alpha 图标。
Check out Darryl's Alpha Icon.