|
tiny-skia-cpp
A C++20 2D rendering library (port of tiny-skia)
|
Pixmap-based pattern shader and PixmapPaint settings. More...
#include "tiny_skia/BlendMode.h"#include "tiny_skia/Color.h"#include "tiny_skia/Pixmap.h"#include "tiny_skia/pipeline/Pipeline.h"

Go to the source code of this file.
Classes | |
| struct | tiny_skia::PixmapPaint |
| Paint settings for Painter::drawPixmap. More... | |
| class | tiny_skia::Pattern |
| Pixmap-based pattern shader. More... | |
Enumerations | |
| enum class | tiny_skia::FilterQuality { Nearest , Bilinear , Bicubic } |
| Filter quality for pattern/pixmap sampling. More... | |
|
strong |