gstvideo.color_balance_channel

Module for [ColorBalanceChannel] class

Types 3

The #GstColorBalanceChannel object represents a parameter for modifying the color balance implemented by an element providing the #GstColorBalance interface. For example, Hue or Saturation.

Methods
GType _gType() @property
ColorBalanceChannel self()Returns `this`, for use in `with` statements.
ColorBalanceChannelGidBuilder builder()Get builder for [gstvideo.colorbalancechannel.ColorBalanceChannel] Returns: New builder object
gulong connectValueChanged(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == void) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] == int))) && (Parameters!T.length < 2 || (ParameterStorageClassTuple!T[1] == ParameterStorageClass.none && is(Parameters!T[1] : gstvideo.color_balance_channel.ColorBalanceChannel))) && Parameters!T.length < 3)Connect to `ValueChanged` signal.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gstvideo.color_balance_channel.ColorBalanceChannel]