Halbfertig

weil Mucke es so wollte, keiner weiß warum
This commit is contained in:
Mienek
2019-12-18 17:49:24 +01:00
parent 3eff7d73eb
commit 4f808620b8
9 changed files with 336 additions and 1 deletions

View File

@@ -77,3 +77,7 @@ void IntelliImage::drawLine(const QPoint &p1, const QPoint& p2, const QColor& co
void IntelliImage::drawPlain(const QColor& color){
imageData.fill(color);
}
QColor IntelliImage::getPixelColor(int x, int y){
return imageData.pixelColor(x,y);
}