Table of Contents

Class GLColorBalanceVideoEffect

Namespace
VisioForge.Core.Types.X.OpenGL
Assembly
VisioForge.Core.dll

Color balance video effect (OpenGL).

public class GLColorBalanceVideoEffect : GLBaseVideoEffect

Inheritance

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

double

Contrast

Gets or sets the contrast.

public double Contrast { get; set; }

Property Value

double

Hue

Gets or sets the hue.

public double Hue { get; set; }

Property Value

double

Saturation

Gets or sets the saturation.

public double Saturation { get; set; }

Property Value

double