Using fill.effect with widget.newButton; Can you?

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!

I don’t think you can apply fill effects to the widget.newButton().  I’m pretty sure those are advanced graphics too.

Rob

I don’t think you can apply fill effects to the widget.newButton().  I’m pretty sure those are advanced graphics too.

Rob