Interface ColorBalance
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public interface ColorBalance
Properties
Handle
ObjectHandle Handle { get; }
Property Value
- ObjectHandle
Methods
GetBalanceType()
ColorBalanceType GetBalanceType()
Returns
- ColorBalanceType
GetValue(ColorBalanceChannel)
int GetValue(ColorBalanceChannel channel)
Parameters
channel
ColorBalanceChannel
Returns
- int
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