How do you convert QImage and QPixmap (that are grayscale) to negative mode? Is there a function for that?
Printable View
How do you convert QImage and QPixmap (that are grayscale) to negative mode? Is there a function for that?
Or you can use QImage::invertPixels :)