|
Krita Source Code Documentation
|
#include "kritapigment_export.h"#include <array>#include <cmath>#include <QtGlobal>Go to the source code of this file.
Classes | |
| class | KisDitherOp |
Enumerations | |
| enum | DitherType { DITHER_NONE = 0 , DITHER_FAST = 1 , DITHER_BEST = 2 , DITHER_BAYER , DITHER_BLUE_NOISE } |
| enum DitherType |
| Enumerator | |
|---|---|
| DITHER_NONE | |
| DITHER_FAST | |
| DITHER_BEST | |
| DITHER_BAYER | |
| DITHER_BLUE_NOISE | |
Definition at line 21 of file KisDitherOp.h.