Can you use the fill.effects on widget buttons?
:setFillColor( x,y,z ) works but .fill.effect( “x” ) crashes.
Is there a way to access the images directly?
Somthing like:
button = widget.newButton ( buttonOptions ) button.\_view.\_defaultImage.fill.effect = "filter.desaturate" button.\_view.\_defaultImage.fill.effect.intensity = 1
but I can’t figure out the reference to the image to fill.effect manually.
Thanks!