|
Engauge Digitizer
2
|
Leaf class for foreground strategy for ColorFilter. More...
#include <ColorFilterStrategyForeground.h>


Public Member Functions | |
| ColorFilterStrategyForeground () | |
| Single constructor. More... | |
| virtual | ~ColorFilterStrategyForeground () |
| virtual double | pixelToZeroToOne (const QColor &pixel, QRgb rgbBackground) const |
| Return a normalized value of 0 to 1 given input pixel. More... | |
| virtual int | zeroToOneToValue (double s) const |
| Return the low value normalized to 0 to 1. More... | |
Public Member Functions inherited from ColorFilterStrategyAbstractBase | |
| ColorFilterStrategyAbstractBase () | |
| Single constructor. More... | |
| virtual | ~ColorFilterStrategyAbstractBase () |
Leaf class for foreground strategy for ColorFilter.
Definition at line 13 of file ColorFilterStrategyForeground.h.
| ColorFilterStrategyForeground::ColorFilterStrategyForeground | ( | ) |
|
virtual |
Definition at line 16 of file ColorFilterStrategyForeground.cpp.
|
virtual |
Return a normalized value of 0 to 1 given input pixel.
Implements ColorFilterStrategyAbstractBase.
Definition at line 20 of file ColorFilterStrategyForeground.cpp.
|
virtual |
Return the low value normalized to 0 to 1.
Implements ColorFilterStrategyAbstractBase.
Definition at line 29 of file ColorFilterStrategyForeground.cpp.
1.8.14