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
ARGBControlBindingGidBuilder builder() static nothrowGet builder for [gstcontroller.argbcontrol_binding.ARGBControlBinding] Returns: New builder objectConstructors
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.Fluent builder implementation template for gstcontroller.argbcontrol_binding.ARGBControlBinding
Methods
T controlSourceA(gst.control_source.ControlSource propval) nothrowT controlSourceB(gst.control_source.ControlSource propval) nothrowT controlSourceG(gst.control_source.ControlSource propval) nothrowT controlSourceR(gst.control_source.ControlSource propval) nothrowFluent builder for gstcontroller.argbcontrol_binding.ARGBControlBinding
Methods