Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 RGBA(具有透明度的颜色)在摇摆中绘画?我发现的唯一类是 Color,它是 sRGB。
Color 会理解 alpha,甚至有接受它的构造函数:Color API
你画的是 BufferedImage 吗?