Show / Hide Table of Contents

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)opacity argument to specify window opacity.

See Also
SetTransparencyMode(WindowHandle, WindowTransparencyMode, float)
In this article
Back to top Generated by DocFX