Transparency in Java.Robot.createScreenCapture
Pretty much all I want to know is if there is any way that you can get alpha/transparency when taking a screenshot using java.开发者_StackOverflow中文版robot.createScreenCapture()?
No, not as far as I know. Honestly I don't think that it would make sense! Each pixel of your screen is opaque, i.e., completely filled with some color. (How would some pixel on your screen be transparent?)
精彩评论