Connect to ValueChanged signal.
Get the #GstColorBalanceType of this implementation.
Retrieve the current value of the indicated channel, between min_value and max_value.
Retrieve a list of the available channels.
Sets the current value of the channel to the passed value, which must be between min_value and max_value.
A helper function called by implementations of the GstColorBalance interface. It fires the #GstColorBalance::value-changed signal on the instance, and the #GstColorBalanceChannel::value-changed signal on the channel object.
This interface is implemented by elements which can perform some color balance operation on video frames they process. For example, modifying the brightness, contrast, hue or saturation.
Example elements are 'xvimagesink' and 'colorbalance'