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;
|
||||
}
|
||||
|
||||
@@ -141,6 +141,8 @@ virtual bool loadImage(const QString &filePath);
|
||||
* \return The color of the Pixel as QColor.
|
||||
*/
|
||||
virtual QColor getPixelColor(QPoint& point);
|
||||
|
||||
QImage getImageData();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user