PDA

View Full Version : How to get colour of already drawn pixel?



iksarp
16th March 2010, 12:39
hey,

im trying to implement flood fill algorithm and my problem is to get colour of already drawn pixel with QPainter. Is there any way to do this?

aamer4yu
16th March 2010, 12:41
QImage::pixel

iksarp
16th March 2010, 12:50
thank you!