summaryrefslogtreecommitdiff
path: root/noncore/graphics/drawpad/filltool.h
Side-by-side diff
Diffstat (limited to 'noncore/graphics/drawpad/filltool.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/drawpad/filltool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/graphics/drawpad/filltool.h b/noncore/graphics/drawpad/filltool.h
index eaf9a27..03ee489 100644
--- a/noncore/graphics/drawpad/filltool.h
+++ b/noncore/graphics/drawpad/filltool.h
@@ -30,8 +30,12 @@ public:
private:
void fillLine(int x, int y);
+ void fillMaskLine(int x, int y);
+ void setInterpolatedPixel(int x, int y);
+ int rgbDistance(QRgb rgb1, QRgb rgb2);
QImage m_image;
+ QImage m_mask;
QRgb m_fillRgb;
QRgb m_oldRgb;
};