Make bright less bright

It was a bit much I guess.
This commit is contained in:
Mark Hoekveen
2018-08-14 16:49:10 +02:00
parent 22479a1a5a
commit a41f123d3c
+1 -1
View File
@@ -107,7 +107,7 @@ public:
Image * getMutated(Image* img) {
Image* mut = new Image(*img);
mut->modulate(125, 100, 100);
mut->sigmoidalContrast(false, 20.0);
mut->sigmoidalContrast(false, 5.0);
return mut;
}
string ToString() {