Engauge Digitizer
2
|
Leaf class for intensity strategy for ColorFilterSettings. More...
#include <ColorFilterSettingsStrategyIntensity.h>
Public Member Functions | |
ColorFilterSettingsStrategyIntensity () | |
Single constructor. | |
virtual double | high (const ColorFilterSettings &colorFilterSettings) const |
Return the high value normalized to 0 to 1. | |
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. | |
virtual void | setLow (ColorFilterSettings &colorFilterSettings, double s0To1) |
Set the low value given the normalized value. | |
![]() | |
ColorFilterSettingsStrategyAbstractBase () | |
Single constructor. | |
Leaf class for intensity strategy for ColorFilterSettings.
Definition at line 13 of file ColorFilterSettingsStrategyIntensity.h.