csharp
public enum BlendFactorOne side of a blend equation.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (13)
ZeroZero.
OneOne.
SourceColourThe source colour.
OneMinusSourceColourOne minus the source colour.
SourceAlphaThe source alpha.
OneMinusSourceAlphaOne minus the source alpha.
DestinationColourThe destination colour.
OneMinusDestinationColourOne minus the destination colour.
DestinationAlphaThe destination alpha.
OneMinusDestinationAlphaOne minus the destination alpha.
ConstantThe blend constant.
OneMinusConstantOne minus the blend constant.
SourceAlphaSaturatedThe 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