7#ifndef COLOR_FILTER_SETTINGS_STRATEGY_INTENSITY_H
8#define COLOR_FILTER_SETTINGS_STRATEGY_INTENSITY_H
24 QTextStream &str)
const;
ColorFilterSettingsStrategyAbstractBase()
Single constructor.
ColorFilterSettingsStrategyIntensity()
Single constructor.
virtual void printStream(const ColorFilterSettings &colorFilterSettings, QString indentation, QTextStream &str) const
Print the low and high values.
virtual void setLow(ColorFilterSettings &colorFilterSettings, double s0To1)
Set the low value given the normalized value.
~ColorFilterSettingsStrategyIntensity()
virtual void setHigh(ColorFilterSettings &colorFilterSettings, double s0To1)
Set the high value given the normalized value.
virtual double low(const ColorFilterSettings &colorFilterSettings) const
Return the low value normalized to 0 to 1.
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...