mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
5 lines
127 B
Text
5 lines
127 B
Text
public ColorBalanceChannel (string label, int min, int max) : this () {
|
|
Label = label;
|
|
MaxValue = max;
|
|
MinValue = min;
|
|
}
|