Show / Hide Table of Contents

Enum Blend

Used to define the source and destination blending factors. Together, these specify the blend operation to be used when writing a pixel color value onto the render canvas.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum Blend

Fields

Name Description
BlendFactor
DestinationAlpha
DestinationColor
InverseBlendFactor
InverseDestinationAlpha
InverseDestinationColor
InverseSourceAlpha
InverseSourceColor
One
SourceAlpha
SourceColor
Zero
Generated by DocFX
GitHub Repo
Back to top