csharp
public enum WgpuCompositeAlphaModeHow a surface's alpha is composited with the page or desktop behind it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
AutoWhatever the implementation prefers.
OpaqueIgnore alpha.
PremultipliedPremultiplied.
UnpremultipliedStraight.
InheritInherited from the window system.
Used by (3)
- WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests
- WebGpuSwapChainVixen.Graphics.WebGPU
- WgpuSurfaceConfigurationVixen.Graphics.WebGPU