Hi all,
I have a QPixmap image( loaded from a file ) in my Graphicsscene..
I need to adjust ( decrease or increase ) the brightness of the image in the range of -100 to +100.
How can i achieve this ...Guide me ...
Thank you..
Regards,
Augus.
Hi all,
I have a QPixmap image( loaded from a file ) in my Graphicsscene..
I need to adjust ( decrease or increase ) the brightness of the image in the range of -100 to +100.
How can i achieve this ...Guide me ...
Thank you..
Regards,
Augus.
What is a brightness of less than 0?
Here's an example (1 minute of google time)
http://www.qtforum.org/article/26907...rightness.html
Hi,
Thank you for your reply
With 0 as a point, the image has brightness same as when loaded from a file ...
with towards positive (1 to 100) it increases the image brightness.
with towards negative (-1 to -100) it decreases the image brightness.
Bookmarks