35 QTextStream &str)
const
37 str << indentation <<
"hueLow=" << colorFilterSettings.
intensityLow () <<
"\n";
38 str << indentation <<
"hueHigh=" << colorFilterSettings.
intensityHigh () <<
"\n";
virtual void setLow(ColorFilterSettings &colorFilterSettings, double s0To1)
Set the low value given the normalized value.
ColorFilterSettingsStrategyHue()
Single constructor.
virtual double low(const ColorFilterSettings &colorFilterSettings) const
Return the low value normalized to 0 to 1.
virtual void printStream(const ColorFilterSettings &colorFilterSettings, QString indentation, QTextStream &str) const
Print the low and high values.
virtual void setHigh(ColorFilterSettings &colorFilterSettings, double s0To1)
Set the high value given the normalized value.
~ColorFilterSettingsStrategyHue()
virtual double high(const ColorFilterSettings &colorFilterSettings) const
Return the high value normalized to 0 to 1.
Color filter parameters for one curve. For a class, this is handled the same as LineStyle and PointSt...
void setHueLow(int hueLow)
Set method for hue lower bound.
int intensityHigh() const
Get method for intensity higher bound.
int hueHigh() const
Get method for hue higher bound.
int intensityLow() const
Get method for intensity lower bound.
void setHueHigh(int hueHigh)
Set method for hue higher bound.
int hueLow() const
Get method for hue lower bound.