Gui Endprodukt

This commit is contained in:
AshBastian
2020-01-09 02:43:43 +01:00
parent a33041a076
commit 6fdda34d68
7 changed files with 65 additions and 24 deletions

View File

@@ -81,3 +81,7 @@ void IntelliImage::drawPlain(const QColor& color){
QColor IntelliImage::getPixelColor(QPoint& point){
return imageData.pixelColor(point);
}
QImage IntelliImage::getImageData(){
return imageData;
}