plugins/paintops/libpaintop
#include <kis_color_option.h>

Public Member Functions | |
KisColorOption () | |
~KisColorOption () override | |
bool | colorPerParticle () const |
bool | fillBackground () const |
int | hue () const |
bool | mixBgColor () const |
void | readOptionSetting (const KisPropertiesConfigurationSP setting) override |
bool | sampleInputColor () const |
int | saturation () const |
bool | useRandomHSV () const |
bool | useRandomOpacity () const |
int | value () const |
void | writeOptionSetting (KisPropertiesConfigurationSP setting) const override |
Detailed Description
Definition at line 27 of file kis_color_option.h.
Constructor & Destructor Documentation
◆ KisColorOption()
KisColorOption::KisColorOption | ( | ) |
Definition at line 31 of file kis_color_option.cpp.
◆ ~KisColorOption()
|
override |
Definition at line 55 of file kis_color_option.cpp.
Member Function Documentation
◆ colorPerParticle()
bool KisColorOption::colorPerParticle | ( | ) | const |
Definition at line 131 of file kis_color_option.cpp.
◆ fillBackground()
bool KisColorOption::fillBackground | ( | ) | const |
Definition at line 137 of file kis_color_option.cpp.
◆ hue()
int KisColorOption::hue | ( | ) | const |
Definition at line 106 of file kis_color_option.cpp.
◆ mixBgColor()
bool KisColorOption::mixBgColor | ( | ) | const |
Definition at line 143 of file kis_color_option.cpp.
◆ readOptionSetting()
|
override |
Definition at line 75 of file kis_color_option.cpp.
◆ sampleInputColor()
bool KisColorOption::sampleInputColor | ( | ) | const |
Definition at line 124 of file kis_color_option.cpp.
◆ saturation()
int KisColorOption::saturation | ( | ) | const |
Definition at line 112 of file kis_color_option.cpp.
◆ useRandomHSV()
bool KisColorOption::useRandomHSV | ( | ) | const |
Definition at line 101 of file kis_color_option.cpp.
◆ useRandomOpacity()
bool KisColorOption::useRandomOpacity | ( | ) | const |
Definition at line 96 of file kis_color_option.cpp.
◆ value()
int KisColorOption::value | ( | ) | const |
Definition at line 118 of file kis_color_option.cpp.
◆ writeOptionSetting()
|
override |
Definition at line 60 of file kis_color_option.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 23:38:44 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.