[SOLVED] How to unglow the outerglow?
Posted: Tue Jul 14, 2020 4:22 pm
Hi everybody,
I'm using the outerglow effect with
which works fine. But I can't revert the effect. I tried
and
and
but nothing happens, the outerglow remains
.
I'm using the outerglow effect with
Code: Select all
set the outerglow["color"] of graphic myPic to "green"
set the outerglow["size"] of graphic myPic to 15
Code: Select all
set the outerglow["color"] of graphic myPic to empty
set the outerglow["size"] of graphic myPic to empty
Code: Select all
set the outerglow of graphic myPic to false
Code: Select all
set the disabled of outerglow of graphic myPic to false
