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