|
Krita Source Code Documentation
|
#include "kis_color_balance_adjustment.h"#include <KoConfig.h>#include <kis_debug.h>#include <klocalizedstring.h>#include <KoColorConversions.h>#include <KoColorModelStandardIds.h>#include <KoColorSpace.h>#include <KoColorSpaceTraits.h>#include <KoColorTransformation.h>#include <KoID.h>#include <kis_hsv_adjustment.h>Go to the source code of this file.
Classes | |
| class | KisColorBalanceAdjustment< _channel_type_, traits > |
Macros | |
| #define | SCALE_FROM_FLOAT(v) KoColorSpaceMaths< float, _channel_type_>::scaleToA( v ) |
| #define | SCALE_TO_FLOAT(v) KoColorSpaceMaths< _channel_type_, float>::scaleToA( v ) |
| #define SCALE_FROM_FLOAT | ( | v | ) | KoColorSpaceMaths< float, _channel_type_>::scaleToA( v ) |
Definition at line 26 of file kis_color_balance_adjustment.cpp.
| #define SCALE_TO_FLOAT | ( | v | ) | KoColorSpaceMaths< _channel_type_, float>::scaleToA( v ) |
Definition at line 25 of file kis_color_balance_adjustment.cpp.