digikam
Digikam::BCGModifier Class Reference
#include <bcgmodifier.h>
Public Member Functions | |
| BCGModifier () | |
| ~BCGModifier () | |
| void | applyBCG (uchar *bits, uint width, uint height, bool sixteenBits) |
| void | applyBCG (DImg &image) |
| bool | modified () const |
| void | reset () |
| void | setBrightness (double val) |
| void | setChannel (int channel) |
| void | setContrast (double val) |
| void | setGamma (double val) |
Detailed Description
Definition at line 38 of file bcgmodifier.h.
Constructor & Destructor Documentation
| Digikam::BCGModifier::BCGModifier | ( | ) |
Definition at line 64 of file bcgmodifier.cpp.
| Digikam::BCGModifier::~BCGModifier | ( | ) |
Definition at line 70 of file bcgmodifier.cpp.
Member Function Documentation
| void Digikam::BCGModifier::applyBCG | ( | uchar * | bits, | |
| uint | width, | |||
| uint | height, | |||
| bool | sixteenBits | |||
| ) |
Definition at line 101 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::applyBCG | ( | DImg & | image | ) |
Definition at line 93 of file bcgmodifier.cpp.
| bool Digikam::BCGModifier::modified | ( | ) | const |
Definition at line 75 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::reset | ( | void | ) |
Definition at line 80 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::setBrightness | ( | double | val | ) |
Definition at line 188 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::setChannel | ( | int | channel | ) |
Definition at line 170 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::setContrast | ( | double | val | ) |
Definition at line 203 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::setGamma | ( | double | val | ) |
Definition at line 175 of file bcgmodifier.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference