|
Krita Source Code Documentation
|
#include <climits>#include <QtGlobal>Go to the source code of this file.
Variables | |
| const qreal | OPACITY_OPAQUE_F = 1.0 |
| const quint8 | OPACITY_OPAQUE_U8 = UCHAR_MAX |
| const qreal | OPACITY_TRANSPARENT_F = 0.0 |
| const quint8 | OPACITY_TRANSPARENT_U8 = 0 |
| const qreal OPACITY_OPAQUE_F = 1.0 |
Definition at line 17 of file KoColorSpaceConstants.h.
| const quint8 OPACITY_OPAQUE_U8 = UCHAR_MAX |
Definition at line 15 of file KoColorSpaceConstants.h.
| const qreal OPACITY_TRANSPARENT_F = 0.0 |
Definition at line 16 of file KoColorSpaceConstants.h.
| const quint8 OPACITY_TRANSPARENT_U8 = 0 |
Definition at line 14 of file KoColorSpaceConstants.h.