|
Krita Source Code Documentation
|
#include <KoLabColorSpaceMaths.h>
Inheritance diagram for KoLabColorSpaceMathsTraits< quint32 >:Static Public Attributes | |
| static const quint32 | halfValueAB = 0x80808080 |
| static const quint32 | halfValueL = 0xFFFFFFFF / 2 |
| static const quint32 | unitValueAB = 0xFFFFFFFF |
| static const quint32 | unitValueL = 0xFFFFFFFF |
| static const quint32 | zeroValueAB = 0 |
| static const quint32 | zeroValueL = 0 |
Static Public Attributes inherited from KoColorSpaceMathsTraits< quint32 > | |
| static constexpr qint8 | bits = 32 |
| static const KoChannelInfo::enumChannelValueType | channelValueType = KoChannelInfo::UINT32 |
| static constexpr quint32 | epsilon = 1 |
| static constexpr quint32 | halfValue = 0xFFFFFFFF / 2 |
| static constexpr quint32 | max = 0xFFFFFFFF |
| static constexpr quint32 | min = 0 |
| static constexpr quint32 | unitValue = 0xFFFFFFFF |
| static constexpr quint32 | zeroValue = 0 |
Additional Inherited Members | |
Public Types inherited from KoColorSpaceMathsTraits< quint32 > | |
| typedef qint64 | compositetype |
| typedef qint64 | mixtype |
Definition at line 85 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 93 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 90 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 92 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 89 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 91 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 88 of file KoLabColorSpaceMaths.h.