mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
![]() Apply a drop shadow effect with a Gaussian Blur filter. API Addition: - enum class SceneEffect::DropShadow Parameters: - color_R(int)[0 - 255] - color_G(int)[0 - 255] - color_B(int)[0 - 255] - opacity(int)[0 - 255] - angle(float)[0 - 360] - distance(float) - blur_sigma(float)[> 0] - quality(int)[0 - 100] issue: https://github.com/thorvg/thorvg/issues/2718 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |