mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
Add missing file
This commit is contained in:
parent
5395b35db8
commit
1947bc5cbb
1 changed files with 5 additions and 0 deletions
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…
Reference in a new issue