gstcontroller.argbcontrol_binding

Module for [ARGBControlBinding] class

Types 3

A value mapping object that attaches multiple control sources to a guint gobject properties representing a color. A control value of 0.0 will turn the color component off and a value of 1.0 will be the color level.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ARGBControlBinding self() nothrowReturns `this`, for use in `with` statements.
ARGBControlBindingGidBuilder builder() static nothrowGet builder for [gstcontroller.argbcontrol_binding.ARGBControlBinding] Returns: New builder object
void controlSourceA(gst.control_source.ControlSource propval) @property nothrow
void controlSourceB(gst.control_source.ControlSource propval) @property nothrow
void controlSourceG(gst.control_source.ControlSource propval) @property nothrow
void controlSourceR(gst.control_source.ControlSource propval) @property nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(gst.object.ObjectWrap object, string propertyName, gst.control_source.ControlSource csA, gst.control_source.ControlSource csR, gst.control_source.ControlSource csG, gst.control_source.ControlSource csB)Create a new control-binding that attaches the given #GstControlSource to the #GObject property.