Add missing file
This commit is contained in:
parent
5395b35db8
commit
1947bc5cbb
5
gstreamer-sharp/ColorBalanceChannel.custom
Normal file
5
gstreamer-sharp/ColorBalanceChannel.custom
Normal file
@ -0,0 +1,5 @@
|
||||
public ColorBalanceChannel (string label, int min, int max) : this () {
|
||||
Label = label;
|
||||
MaxValue = max;
|
||||
MinValue = min;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user