Table of Contents

Interface ColorBalance

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public interface ColorBalance : IHandle
Inherited Members

Methods

GetBalanceType()

ColorBalanceType GetBalanceType()

Returns

ColorBalanceType

GetValue(ColorBalanceChannel)

int GetValue(ColorBalanceChannel channel)

Parameters

channel ColorBalanceChannel

Returns

int

ListChannels()

List ListChannels()

Returns

List

SetValue(ColorBalanceChannel, int)

void SetValue(ColorBalanceChannel channel, int value)

Parameters

channel ColorBalanceChannel
value int

ValueChanged(ColorBalanceChannel, int)

void ValueChanged(ColorBalanceChannel channel, int value)

Parameters

channel ColorBalanceChannel
value int