|
Krita Source Code Documentation
|
#include <KoLabColorSpaceMaths.h>
Inheritance diagram for KoLabColorSpaceMathsTraits< quint8 >:Static Public Attributes | |
| static const quint8 | halfValueAB = 0x0080 |
| static const quint8 | halfValueL = 0x00FF / 2 |
| static const quint8 | unitValueAB = 0x00FF |
| static const quint8 | unitValueL = 0x00FF |
| static const quint8 | zeroValueAB = 0 |
| static const quint8 | zeroValueL = 0 |
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 |
Additional Inherited Members | |
Public Types inherited from KoColorSpaceMathsTraits< quint8 > | |
| typedef qint32 | compositetype |
| typedef qint64 | mixtype |
Definition at line 49 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 57 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 54 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 56 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 53 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 55 of file KoLabColorSpaceMaths.h.
|
static |
Definition at line 52 of file KoLabColorSpaceMaths.h.