Vixen
02b45cc4
csharp
public enum BlendFactor

One side of a blend equation.

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

Fields and properties (13)

  • Zero

    Zero.

  • One

    One.

  • SourceColour

    The source colour.

  • OneMinusSourceColour

    One minus the source colour.

  • SourceAlpha

    The source alpha.

  • OneMinusSourceAlpha

    One minus the source alpha.

  • DestinationColour

    The destination colour.

  • OneMinusDestinationColour

    One minus the destination colour.

  • DestinationAlpha

    The destination alpha.

  • OneMinusDestinationAlpha

    One minus the destination alpha.

  • Constant

    The blend constant.

  • OneMinusConstant

    One minus the blend constant.

  • SourceAlphaSaturated

    The source alpha, clamped to one minus the destination alpha.

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