mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Halbfertig
weil Mucke es so wollte, keiner weiß warum
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user