|
Krita Source Code Documentation
|
#include <KoCmykColorSpaceMaths.h>
Inheritance diagram for KoCmykColorSpaceMathsTraits< quint16 >:Additional Inherited Members | |
Public Types inherited from KoColorSpaceMathsTraits< quint16 > | |
| typedef qint64 | compositetype |
| typedef qint64 | mixtype |
Static Public Attributes inherited from KoColorSpaceMathsTraits< quint16 > | |
| static constexpr qint8 | bits = 16 |
| static const KoChannelInfo::enumChannelValueType | channelValueType = KoChannelInfo::UINT16 |
| static constexpr quint16 | epsilon = 1 |
| static constexpr quint16 | halfValue = 0xFFFF / 2 |
| static constexpr quint16 | max = 0xFFFF |
| static constexpr quint16 | min = 0 |
| static constexpr quint16 | unitValue = 0xFFFF |
| static constexpr quint16 | zeroValue = 0 |
Definition at line 56 of file KoCmykColorSpaceMaths.h.