Add missing file
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 8 May 2009 15:24:26 +0000 (17:24 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 8 May 2009 15:24:26 +0000 (17:24 +0200)
gstreamer-sharp/ColorBalanceChannel.custom [new file with mode: 0644]

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