简体   繁体   English

通过RGBA的X11窗口透明度是否可以在Windows 7上通过Cygwin / X起作用?

[英]Does X11 window transparency via RGBA work on Windows 7 via Cygwin/X?

I would like to have an X11 program with arbitrarily-shaped transparent areas using RGBA (so that whatever is underneath those area shows through) running on Cygwin/X on Windows 7. 我想在Windows 7的Cygwin / X上运行一个X11程序,该程序具有使用RGBA的任意形状的透明区域(以便使这些区域下面的任何东西都能显示出来)。

Is this possible? 这可能吗? If so, it is efficient ie the transparency gets mapped to Windows' analogous support for opacity or transparency keys somehow (or in some other way)? 如果是这样,它是有效的,即透明性以某种方式(或以其他方式)映射到Windows对不透明性或透明性键的类似支持?

Yes, this is possible. 是的,这是可能的。

You might wish to take a look at the very experimental XtoW compositing WM. 您可能希望看一下非常实验性的XtoW合成WM。

This is 'efficient' in the sense that X window image with alpha channel is simply drawn into the native window. 从带有Alpha通道的X窗口图像被简单地绘制到本机窗口的意义上来说,这是“有效的”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM