transparent display.newRoundedRect() with non-transparent border?

Is there anyway to create a transparent display.newRoundedRect() while leaving the border or StrokeColor non-transparent? So you would just get the outline of the newRoundedRect? the alpha property seems to affect the whole thing…

Thanks,
Scott.

[import]uid: 19193 topic_id: 19150 reply_id: 319150[/import]

I don’t believe so - I think you’d more likely create a PNG for that kind of thing.

Peach [import]uid: 52491 topic_id: 19150 reply_id: 73866[/import]

Why not set the fill color with an rgba value like setFillColor(0,0,0,0) - so that the a value is totally transparent [import]uid: 4309 topic_id: 19150 reply_id: 78392[/import]