7#ifndef KIS_COLOR_OPTION_DATA_H
8#define KIS_COLOR_OPTION_DATA_H
12#include <boost/operators.hpp>
13#include <kritapaintop_export.h>
50 bool useRandomHSV {
false};
51 bool useRandomOpacity {
false};
52 bool sampleInputColor {
false};
54 bool fillBackground {
false};
55 bool colorPerParticle {
false};
56 bool mixBgColor {
false};
float value(const T *src, size_t ch)
const QString COLOROP_SAMPLE_COLOR
const QString COLOROP_USE_RANDOM_HSV
const QString COLOROP_FILL_BG
const QString COLOROP_VALUE
const QString COLOROP_SATURATION
const QString COLOROP_COLOR_PER_PARTICLE
const QString COLOROP_HUE
const QString COLOROP_MIX_BG_COLOR
const QString COLOROP_USE_RANDOM_OPACITY
friend bool operator==(const KisColorOptionData &lhs, const KisColorOptionData &rhs)