|
Krita Source Code Documentation
|
#include <QVector>#include <type_traits>#include "KoColorSpaceConstants.h"#include "KoColorSpaceMaths.h"#include "DebugPigment.h"#include "kis_global.h"#include "KoRgbColorSpaceTraits.h"#include "KoBgrColorSpaceTraits.h"#include "KoGrayColorSpaceTraits.h"#include "KoLabColorSpaceTraits.h"#include "KoXyzColorSpaceTraits.h"#include "KoYcbcrColorSpaceTraits.h"#include "KoCmykColorSpaceTraits.h"Go to the source code of this file.
Classes | |
| struct | KoColorSpaceTrait< _channels_type_, _channels_nb_, _alpha_pos_ > |
Variables | |
| const int | MAX_CHANNELS_NB = 5 |
| const int | MAX_CHANNELS_TYPE_SIZE = sizeof(double) |
| const int | MAX_PIXEL_SIZE = MAX_CHANNELS_NB * MAX_CHANNELS_TYPE_SIZE |
| const int MAX_CHANNELS_NB = 5 |
Definition at line 19 of file KoColorSpaceTraits.h.
| const int MAX_CHANNELS_TYPE_SIZE = sizeof(double) |
Definition at line 18 of file KoColorSpaceTraits.h.
| const int MAX_PIXEL_SIZE = MAX_CHANNELS_NB * MAX_CHANNELS_TYPE_SIZE |
Definition at line 20 of file KoColorSpaceTraits.h.