This commit is contained in:
Felix Kauselmann 2015-03-18 15:44:47 +01:00
parent 948f624691
commit 035d5817c0

View File

@ -101,6 +101,7 @@ QImage changeImage( const QImage& image, int value )
operation( qGreen( colors[ i ] ), value ),
operation( qBlue( colors[ i ] ), value ));
}
im.setColorTable(colors);
return im;
}