diff options
author | RedworkDE <10944644+RedworkDE@users.noreply.github.com> | 2023-03-30 22:19:59 +0200 |
---|---|---|
committer | RedworkDE <10944644+RedworkDE@users.noreply.github.com> | 2023-03-31 00:05:21 +0200 |
commit | cfed867da1a696692442bd6991449b864707b1d3 (patch) | |
tree | 579fabc0b73d1df7329ba2ac1bedf764c5559621 /thirdparty/thorvg/src/lib/tvgRender.h | |
parent | dbf1a7277f70c63b2012e40d6850bc45e67fb35f (diff) | |
download | redot-engine-cfed867da1a696692442bd6991449b864707b1d3.tar.gz |
Update thorvg to 0.8.4
Diffstat (limited to 'thirdparty/thorvg/src/lib/tvgRender.h')
-rw-r--r-- | thirdparty/thorvg/src/lib/tvgRender.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/thorvg/src/lib/tvgRender.h b/thirdparty/thorvg/src/lib/tvgRender.h index ed66f393da..f474d87895 100644 --- a/thirdparty/thorvg/src/lib/tvgRender.h +++ b/thirdparty/thorvg/src/lib/tvgRender.h @@ -106,6 +106,8 @@ public: virtual Compositor* target(const RenderRegion& region) = 0; virtual bool beginComposite(Compositor* cmp, CompositeMethod method, uint32_t opacity) = 0; virtual bool endComposite(Compositor* cmp) = 0; + + virtual uint32_t colorSpace() = 0; }; } |