Enum GLVideoMixerBlendFunction
- Namespace
- VisioForge.Core.Types.X.OpenGL
- Assembly
- VisioForge.Core.dll
OpenGL video mixer blend function.
public enum GLVideoMixerBlendFunctionFields
Zero = 0-
Zero.
One = 1-
One.
SourceColor = 2-
The source color.
OneMinusSourceColor = 3-
The one minus source color.
DestinationColor = 4-
The destination color.
OneMinusDestinationColor = 5-
The one minus destination color.
SourceAlpha = 6-
The source alpha.
OneMinusSourceAlpha = 7-
The one minus source alpha.
DestinationAlpha = 8-
The destination alpha.
OneMinusDestinationAlpha = 9-
The one minus destination alpha.
ConstantColor = 10-
The constant color.
OneMinusContantColor = 11-
The one minus constant color.
ConstantAlpha = 12-
The constant alpha.
OneMinusContantAlpha = 13-
The one minus constant alpha.
SourceAlphaSaturate = 14-
The source alpha saturate.