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
ColorBalanceChannelGidBuilder builder() static nothrowGet builder for [gstvideo.color_balance_channel.ColorBalanceChannel] Returns: New builder objectgulong 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) nothrowConnect to `ValueChanged` signal.Fluent builder implementation template for gstvideo.color_balance_channel.ColorBalanceChannel