how can I apply updates to ColorGradientFilter and the DropShadowFilter? #385
Unanswered
stylustrader
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After creating an instance of the outline filter, i am able to set new values into the thickness option dynamically using the following syntax:
I can visually see the Outline thickness changing dynamically, but when I apply similar approach to change options for colorGradientFilter or dropShadowFilter, the values do end up change, but it doesn't reflect on the actual rendering of the object. It stays the same, using the options prescribed when initializing the new Class.
Do I have the incorrect syntax here? Is it even possible to change some of the option values for these filters?
Beta Was this translation helpful? Give feedback.
All reactions