Enum GLVideoMixerBlendFunction
OpenGL video mixer blend function.
Namespace: VisioForge.Core.Types.X.OpenGL
Assembly: VisioForge.Core.dll
Syntax
public enum GLVideoMixerBlendFunction
Fields
Name | Description |
---|---|
ConstantAlpha | The constant alpha. |
ConstantColor | The constant color. |
DestinationAlpha | The destination alpha. |
DestinationColor | The destination color. |
One | One. |
OneMinusContantAlpha | The one minus constant alpha. |
OneMinusContantColor | The one minus constant color. |
OneMinusDestinationAlpha | The one minus destination alpha. |
OneMinusDestinationColor | The one minus destination color. |
OneMinusSourceAlpha | The one minus source alpha. |
OneMinusSourceColor | The one minus source color. |
SourceAlpha | The source alpha. |
SourceAlphaSaturate | The source alpha saturate. |
SourceColor | The source color. |
Zero | Zero. |