digikam
Digikam::BCGModifier Class Reference
#include <bcgmodifier.h>
Detailed Description
Definition at line 38 of file bcgmodifier.h.
Public Types | |
| enum | CHANNEL { CHANNEL_ALL = 0, CHANNEL_RED, CHANNEL_GREEN, CHANNEL_BLUE } |
Public Member Functions | |
| void | applyBCG (uchar *bits, uint width, uint height, bool sixteenBits) |
| void | applyBCG (DImg &image) |
| BCGModifier () | |
| bool | modified () const |
| void | reset () |
| void | setBrightness (double val) |
| void | setChannel (int channel) |
| void | setContrast (double val) |
| void | setGamma (double val) |
| ~BCGModifier () | |
Member Enumeration Documentation
Definition at line 43 of file bcgmodifier.h.
Constructor & Destructor Documentation
| Digikam::BCGModifier::BCGModifier | ( | ) |
Definition at line 58 of file bcgmodifier.cpp.
| Digikam::BCGModifier::~BCGModifier | ( | ) |
Definition at line 64 of file bcgmodifier.cpp.
Member Function Documentation
| void Digikam::BCGModifier::applyBCG | ( | uchar * | bits, | |
| uint | width, | |||
| uint | height, | |||
| bool | sixteenBits | |||
| ) |
Definition at line 95 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::applyBCG | ( | DImg & | image | ) |
Definition at line 87 of file bcgmodifier.cpp.
| bool Digikam::BCGModifier::modified | ( | ) | const |
Definition at line 69 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::reset | ( | void | ) |
Definition at line 74 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::setBrightness | ( | double | val | ) |
Definition at line 182 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::setChannel | ( | int | channel | ) |
Definition at line 164 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::setContrast | ( | double | val | ) |
Definition at line 197 of file bcgmodifier.cpp.
| void Digikam::BCGModifier::setGamma | ( | double | val | ) |
Definition at line 169 of file bcgmodifier.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference