mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
Gui Endprodukt
This commit is contained in:
@@ -81,3 +81,7 @@ void IntelliImage::drawPlain(const QColor& color){
|
||||
QColor IntelliImage::getPixelColor(QPoint& point){
|
||||
return imageData.pixelColor(point);
|
||||
}
|
||||
|
||||
QImage IntelliImage::getImageData(){
|
||||
return imageData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user