From 1947bc5cbb430eb079d2d010e2c4f4e34f2958c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 8 May 2009 17:24:26 +0200 Subject: [PATCH] Add missing file --- gstreamer-sharp/ColorBalanceChannel.custom | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gstreamer-sharp/ColorBalanceChannel.custom diff --git a/gstreamer-sharp/ColorBalanceChannel.custom b/gstreamer-sharp/ColorBalanceChannel.custom new file mode 100644 index 0000000..27518a1 --- /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; +} -- 2.7.4