qgraphicseffect

How does PyQt5's QGraphicsColorizeEffect() affect the color of a pixel exactly?

How does PyQt5's QGraphicsColorizeEffect() affect the color of a pixel exactly? Question: I’m using QGraphicsColorizeEffect() in a python program to colorize a QGraphicsPixmapItem. I’m happy with how it works, as it’s meant to highlight that the item has been "selected" by the user, however it made me wonder what is the exact logic or math …

Total answers: 1