|
Krita Source Code Documentation
|
#include <array>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | KisDitherMaths |
Functions | |
| float | KisDitherMaths::apply_dither (float f, float d, float s) |
| float | KisDitherMaths::dither_factor_bayer_8 (int x, int y) |
| float | KisDitherMaths::dither_factor_blue_noise_64 (int x, int y) |
Variables | |
| static constexpr const std::array< uint16_t, 4096 > | KisDitherMaths::mask |