mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
Bug free tool strucute - try me bitch
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
#ifndef INTELLITOOLSETCOLORTOOL_H
|
||||
#define INTELLITOOLSETCOLORTOOL_H
|
||||
|
||||
#include"Layer/PaintingArea.h"
|
||||
#include"QColor"
|
||||
#include"QPoint"
|
||||
#include"QColorDialog"
|
||||
|
||||
class IntelliColorPicker{
|
||||
public:
|
||||
IntelliColorPicker(PaintingArea *Area);
|
||||
IntelliColorPicker();
|
||||
virtual ~IntelliColorPicker();
|
||||
|
||||
void getColorbar(int firstOrSecondColor);
|
||||
void switchColors();
|
||||
|
||||
QColor getFirstColor();
|
||||
|
||||
Reference in New Issue
Block a user