mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
![]() The Tint effect in ThorVG is used to modify the overall color tone of a scene. It works by blending a specified tint color with the existing colors of the scene. This effect is useful for color grading, mood changes, or applying thematic filters to vector graphics and animations. Applied the equation is: Result = (1 - L) * Black + L * White, where the L is Luminance. issue: https://github.com/thorvg/thorvg/issues/2718 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |