diff --git a/gstreamer-sharp/ColorBalanceChannel.custom b/gstreamer-sharp/ColorBalanceChannel.custom new file mode 100644 index 0000000000..27518a1ad7 --- /dev/null +++ b/gstreamer-sharp/ColorBalanceChannel.custom @@ -0,0 +1,5 @@ +public ColorBalanceChannel (string label, int min, int max) : this () { + Label = label; + MaxValue = max; + MinValue = min; +}