Hi to all!
Can someone please give me some hints how to achieve, that QImage's borders will have glow effect?
Hi to all!
Can someone please give me some hints how to achieve, that QImage's borders will have glow effect?
Qt 5.3 Opensource & Creator 3.1.2
Depends on what kind of glow u want...
simplest thing wud be, choose a color of urs, find a glowing match for that color, and paint the border with that color.
You can search some algorithms too for glow effect. This might help you.
Qt 5.3 Opensource & Creator 3.1.2
Use the "Painter's Algorithm" - paint the glow first and then overpaint the image.
MarkoSan (31st March 2008)
ahhhhh, wysota, like always, thanks for tip ....![]()
Qt 5.3 Opensource & Creator 3.1.2
Bookmarks