This commit is contained in:
Mienek
2019-12-18 17:50:10 +01:00
parent 4f808620b8
commit fa4a8ddad2
8 changed files with 20 additions and 256 deletions

View File

@@ -50,6 +50,8 @@ public:
//loads an image to the ColorBuffer
virtual bool loadImage(const QString &fileName);
virtual QColor getPixelColor(int x, int y);
};
#endif