ColorBalance.setValue
void setValue(gstvideo.color_balance_channel.ColorBalanceChannel channel, int value)Sets the current value of the channel to the passed value, which must be between min_value and max_value.
See Also: The #GstColorBalanceChannel.min_value and #GstColorBalanceChannel.max_value members of the #GstColorBalanceChannel object.
Parameters
channel | A #GstColorBalanceChannel instance |
value | The new value for the channel. |