|
Krita Source Code Documentation
|
#include <KisColorOptionData.h>
Inheritance diagram for KisColorOptionData:Public Member Functions | |
| bool | read (const KisPropertiesConfiguration *setting) |
| void | write (KisPropertiesConfiguration *setting) const |
Public Attributes | |
| bool | colorPerParticle {false} |
| bool | fillBackground {false} |
| int | hue {0} |
| bool | mixBgColor {false} |
| bool | sampleInputColor {false} |
| int | saturation {0} |
| bool | useRandomHSV {false} |
| bool | useRandomOpacity {false} |
| int | value {0} |
Friends | |
| bool | operator== (const KisColorOptionData &lhs, const KisColorOptionData &rhs) |
Definition at line 31 of file KisColorOptionData.h.
| bool KisColorOptionData::read | ( | const KisPropertiesConfiguration * | setting | ) |
Definition at line 12 of file KisColorOptionData.cpp.
References COLOROP_COLOR_PER_PARTICLE, COLOROP_FILL_BG, COLOROP_HUE, COLOROP_MIX_BG_COLOR, COLOROP_SAMPLE_COLOR, COLOROP_SATURATION, COLOROP_USE_RANDOM_HSV, COLOROP_USE_RANDOM_OPACITY, COLOROP_VALUE, colorPerParticle, fillBackground, KisPropertiesConfiguration::getBool(), KisPropertiesConfiguration::getInt(), hue, mixBgColor, sampleInputColor, saturation, useRandomHSV, useRandomOpacity, and value.
| void KisColorOptionData::write | ( | KisPropertiesConfiguration * | setting | ) | const |
Definition at line 26 of file KisColorOptionData.cpp.
References COLOROP_COLOR_PER_PARTICLE, COLOROP_FILL_BG, COLOROP_HUE, COLOROP_MIX_BG_COLOR, COLOROP_SAMPLE_COLOR, COLOROP_SATURATION, COLOROP_USE_RANDOM_HSV, COLOROP_USE_RANDOM_OPACITY, COLOROP_VALUE, colorPerParticle, fillBackground, hue, mixBgColor, sampleInputColor, saturation, KisPropertiesConfiguration::setProperty(), useRandomHSV, useRandomOpacity, and value.
|
friend |
Definition at line 34 of file KisColorOptionData.h.
| bool KisColorOptionData::colorPerParticle {false} |
Definition at line 55 of file KisColorOptionData.h.
| bool KisColorOptionData::fillBackground {false} |
Definition at line 54 of file KisColorOptionData.h.
| int KisColorOptionData::hue {0} |
Definition at line 58 of file KisColorOptionData.h.
| bool KisColorOptionData::mixBgColor {false} |
Definition at line 56 of file KisColorOptionData.h.
| bool KisColorOptionData::sampleInputColor {false} |
Definition at line 52 of file KisColorOptionData.h.
| int KisColorOptionData::saturation {0} |
Definition at line 59 of file KisColorOptionData.h.
| bool KisColorOptionData::useRandomHSV {false} |
Definition at line 50 of file KisColorOptionData.h.
| bool KisColorOptionData::useRandomOpacity {false} |
Definition at line 51 of file KisColorOptionData.h.
| int KisColorOptionData::value {0} |
Definition at line 60 of file KisColorOptionData.h.