Virtualvfunc_Get the GstVideo.ColorBalanceType of this implementation.
Virtualvfunc_Retrieve the current value of the indicated channel, between min_value and max_value.
See Also: The GstVideo.ColorBalanceChannel.min_value and GstVideo.ColorBalanceChannel.max_value members of the GstVideo.ColorBalanceChannel object.
A GstVideo.ColorBalanceChannel instance
Virtualvfunc_Retrieve a list of the available channels.
Virtualvfunc_Sets the current value of the channel to the passed value, which must be between min_value and max_value.
See Also: The GstVideo.ColorBalanceChannel.min_value and GstVideo.ColorBalanceChannel.max_value members of the GstVideo.ColorBalanceChannel object.
A GstVideo.ColorBalanceChannel instance
The new value for the channel.
Virtualvfunc_A helper function called by implementations of the GstColorBalance interface. It fires the GstVideo.ColorBalance.SignalSignatures.value_changed | GstVideo.ColorBalance::value-changed signal on the instance, and the GstVideo.ColorBalanceChannel.SignalSignatures.value_changed | GstVideo.ColorBalanceChannel::value-changed signal on the channel object.
A GstVideo.ColorBalanceChannel whose value has changed
The new value of the channel
Interface for implementing ColorBalance. Contains only the virtual methods that need to be implemented.