Vixen
02b45cc4
csharp
public enum BlendOperation

How the two sides of a blend combine.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • Add

    Source plus destination.

  • Subtract

    Source minus destination.

  • ReverseSubtract

    Destination minus source.

  • Min

    The smaller of the two.

  • Max

    The larger of the two.

Used by (7)

  • BlendStateVixen.Graphics
  • GlEnumsVixen.Graphics.OpenGL
  • PipelineDefaultTestsVixen.Graphics.Tests
  • PipelineStateImageTestsVixen.Graphics.Golden.Tests
  • VulkanEnumTestsVixen.Graphics.Vulkan.Tests
  • VulkanEnumsVixen.Graphics.Vulkan
  • WebGpuConversionsVixen.Graphics.WebGPU