tiny-skia-cpp
A C++20 2D rendering library (port of tiny-skia)
Loading...
Searching...
No Matches
tiny_skia::PixmapPaint Struct Reference

Paint settings for Painter::drawPixmap.

#include <tiny_skia/shaders/Pattern.h>

Public Attributes

float opacity = 1.0f
 Opacity [0,1].
 
BlendMode blendMode = BlendMode::SourceOver
 Blend mode.
 
FilterQuality quality = FilterQuality::Nearest
 Sampling filter.
 
bool unpremulStore = false
 Store as straight alpha.
 

The documentation for this struct was generated from the following file: