|
Krita Source Code Documentation
|
#include <KoCmykColorSpaceMaths.h>
Inheritance diagram for KoCmykColorSpaceMathsTraits< quint8 >:Additional Inherited Members | |
Public Types inherited from KoColorSpaceMathsTraits< quint8 > | |
| typedef qint32 | compositetype |
| typedef qint64 | mixtype |
Static Public Attributes inherited from KoColorSpaceMathsTraits< quint8 > | |
| static constexpr qint8 | bits = 8 |
| static const KoChannelInfo::enumChannelValueType | channelValueType = KoChannelInfo::UINT8 |
| static constexpr quint8 | epsilon = 1 |
| static constexpr quint8 | halfValue = 0x00FF / 2 |
| static constexpr quint8 | max = 0x00FF |
| static constexpr quint8 | min = 0 |
| static constexpr quint8 | unitValue = 0x00FF |
| static constexpr quint8 | zeroValue = 0 |
No changes for integer color spaces.
Definition at line 51 of file KoCmykColorSpaceMaths.h.