Enum WindowTransparencyMode
Represent possible transparency modes.
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum WindowTransparencyMode
Fields
Name | Description |
---|---|
Opaque | The window is not transparent at all. This is the default. |
TransparentFramebuffer | Use framebuffer alpha to alpha composit this window per-pixel. Window border is unaffected. |
TransparentWindow | Make the entire window transparent.
Use SetTransparencyMode(WindowHandle, WindowTransparencyMode, float) |