mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 22:58:44 +00:00
![]()
Some checks are pending
Android / build_x86_64 (push) Waiting to run
Android / build_aarch64 (push) Waiting to run
iOS / build_x86_64 (push) Waiting to run
iOS / build_arm64 (push) Waiting to run
macOS / build (push) Waiting to run
macOS / compact_test (push) Waiting to run
macOS / unit_test (push) Waiting to run
Ubuntu / build (push) Waiting to run
Ubuntu / compact_test (push) Waiting to run
Ubuntu / unit_test (push) Waiting to run
Windows / build (push) Waiting to run
Windows / compact_test (push) Waiting to run
Windows / unit_test (push) Waiting to run
The composition mode enables intermediate blending. When a scene uses Composition mode, it generates an intermediate buffer to render the scene image first. This image can then be blended with the canvas afterward. Please avoid to use this, unless you really need to composite the precomposite scene. This feature is relatively expensive at performance. C++ API: +BlendMethod::Composition C API: +Tvg_Blend_Method::TVG_BLEND_METHOD_COMPOSITION |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |