|
Krita Source Code Documentation
|
#include <KoCmykColorSpaceMaths.h>
Inheritance diagram for KoCmykColorSpaceMathsTraits< quint32 >:Additional Inherited Members | |
Public Types inherited from KoColorSpaceMathsTraits< quint32 > | |
| typedef qint64 | compositetype |
| typedef qint64 | mixtype |
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 |
Definition at line 66 of file KoCmykColorSpaceMaths.h.