gstreamer/gstreamer-sharp/ColorBalanceChannel.custom
2009-05-08 17:24:26 +02:00

5 lines
127 B
Text

public ColorBalanceChannel (string label, int min, int max) : this () {
Label = label;
MaxValue = max;
MinValue = min;
}