|
Krita Source Code Documentation
|
#include <KoCmykColorSpaceMaths.h>
Inheritance diagram for KoCmykColorSpaceMathsTraits< double >:Static Public Attributes | |
| static const double | halfValueCMYK = 50.0 |
| static const double | unitValueCMYK = 100.0 |
| static const double | zeroValueCMYK = 0.0 |
Static Public Attributes inherited from KoColorSpaceMathsTraits< double > | |
| static constexpr qint8 | bits = 64 |
| static const KoChannelInfo::enumChannelValueType | channelValueType = KoChannelInfo::FLOAT64 |
| static const double | epsilon = DBL_EPSILON |
| static const double | halfValue = 0.5 |
| static const double | max = DBL_MAX |
| static const double | min = -DBL_MAX |
| static const double | unitValue = 1.0 |
| static const double | zeroValue = 0.0 |
Additional Inherited Members | |
Public Types inherited from KoColorSpaceMathsTraits< double > | |
| typedef double | compositetype |
| typedef double | mixtype |
Definition at line 94 of file KoCmykColorSpaceMaths.h.
|
static |
Definition at line 99 of file KoCmykColorSpaceMaths.h.
|
static |
Definition at line 98 of file KoCmykColorSpaceMaths.h.
|
static |
Definition at line 97 of file KoCmykColorSpaceMaths.h.