|
tiny-skia-cpp
A C++20 2D rendering library (port of tiny-skia)
|
Alpha mask for clipping drawing operations. More...
#include <cstdint>#include <optional>#include <span>#include <utility>#include <vector>#include "tiny_skia/Geom.h"#include "tiny_skia/Pixmap.h"

Go to the source code of this file.
Classes | |
| class | tiny_skia::Mask |
| 8-bit alpha mask for clipping. More... | |
Enumerations | |
| enum class | tiny_skia::MaskType : std::uint8_t { Alpha = 0 , Luminance = 1 } |
| How to extract mask data from a pixmap. More... | |
|
strong |