![]() |
Mixxx
|
#include <imgcolor.h>


Public Member Functions | |
| ImgHSVTweak (ImgSource *parent, int hmin, int hmax, int smin, int smax, int vmin, int vmax, float hfact, int hconst, float sfact, int sconst, float vfact, int vconst) | |
| virtual QColor | doColorCorrection (QColor c) |
Definition at line 71 of file imgcolor.h.
| ImgHSVTweak::ImgHSVTweak | ( | ImgSource * | parent, |
| int | hmin, | ||
| int | hmax, | ||
| int | smin, | ||
| int | smax, | ||
| int | vmin, | ||
| int | vmax, | ||
| float | hfact, | ||
| int | hconst, | ||
| float | sfact, | ||
| int | sconst, | ||
| float | vfact, | ||
| int | vconst | ||
| ) | [inline] |
Definition at line 73 of file imgcolor.h.
| QColor ImgHSVTweak::doColorCorrection | ( | QColor | c | ) | [virtual] |
Implements ImgProcessor.
Definition at line 66 of file imgcolor.cpp.