Vixen
02b45cc4
csharp
public enum WgpuCompositeAlphaMode

How 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)

  • Auto

    Whatever the implementation prefers.

  • Opaque

    Ignore alpha.

  • Premultiplied

    Premultiplied.

  • Unpremultiplied

    Straight.

  • Inherit

    Inherited from the window system.

Used by (3)

  • WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests
  • WebGpuSwapChainVixen.Graphics.WebGPU
  • WgpuSurfaceConfigurationVixen.Graphics.WebGPU