Interface ColorBalance
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public interface ColorBalance : NativeObject, GTypeProvider, IDisposable
- Inherited Members
-
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
Events
OnValueChanged
event SignalHandler<ColorBalance, ColorBalance.ValueChangedSignalArgs> OnValueChanged
Event Type
- SignalHandler<ColorBalance, ColorBalance.ValueChangedSignalArgs>