Read colorpicker screen using cursor position

This commit is contained in:
GriffinR
2025-02-13 11:17:05 -05:00
parent 6574e1b68a
commit 5feb391a9d
2 changed files with 9 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ private:
QColor color = Qt::white;
void hover(int mouseX, int mouseY);
void hover(const QPoint &pos);
};
#endif // COLORPICKER_H