Class GLColorBalanceVideoEffect
- Namespace
- VisioForge.Core.Types.X.OpenGL
- Assembly
- VisioForge.Core.dll
Color balance video effect (OpenGL).
public class GLColorBalanceVideoEffect : GLBaseVideoEffectInheritance
Inherited Members
Constructors
GLColorBalanceVideoEffect()
Initializes a new instance of the VisioForge.Core.Types.X.OpenGL.GLColorBalanceVideoEffect class.
public GLColorBalanceVideoEffect()Properties
Brightness
Gets or sets the brightness.
public double Brightness { get; set; }Property Value
Contrast
Gets or sets the contrast.
public double Contrast { get; set; }Property Value
Hue
Gets or sets the hue.
public double Hue { get; set; }Property Value
Saturation
Gets or sets the saturation.
public double Saturation { get; set; }