15 #include <QApplication>
17 #include "scripterimpl.h"
24 Q_PROPERTY(
bool spotColor READ isSpotColor WRITE setSpotColor)
25 Q_PROPERTY(QString name READ name WRITE setName)
33 void setSpotColor(
bool value);
36 void setName(QString name);
38 void replace(QString replace);
39 void remove(QString replace);
41 void changeCMYK(
int c,
int m,
int y,
int k);
42 void changeRGB(
int r,
int g,
int b);
Definition: api_color.h:20