Hi, I got a QImage and I want to paint only the red color channel to screen with QPainter.
I want to paint the red color channel as grayscale, not as red. The blue and green channels should not be painted, I only want information from the red channel.
What is the best approach?
Thank you :)