Table of Contents

Class ColorBalanceHelper

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public sealed class ColorBalanceHelper : Object, IObject, INotifyPropertyChanged, IDisposable, ColorBalance, IHandle, GTypeProvider
Inheritance
ColorBalanceHelper
Implements
Inherited Members

Constructors

ColorBalanceHelper(IntPtr, bool)

public ColorBalanceHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Methods

GetBalanceType()

public ColorBalanceType GetBalanceType()

Returns

ColorBalanceType

GetGType()

public static Type GetGType()

Returns

Type

GetValue(ColorBalanceChannel)

public int GetValue(ColorBalanceChannel channel)

Parameters

channel ColorBalanceChannel

Returns

int

ListChannels()

public List ListChannels()

Returns

List

SetValue(ColorBalanceChannel, int)

public void SetValue(ColorBalanceChannel channel, int value)

Parameters

channel ColorBalanceChannel
value int

ValueChanged(ColorBalanceChannel, int)

public void ValueChanged(ColorBalanceChannel channel, int value)

Parameters

channel ColorBalanceChannel
value int