Join Slack
Powered by
It seems that the function already allows you to s...
# tornadofx
a
abhinay
11/14/2017, 1:47 AM
It seems that the function already allows you to set the opacity on the background. So, you could just do this:
Copy code
hbox { text("Lorem Ipsum") style { backgroundColor += c("#FFFFFF", .10) } }
2
Views
Open in Slack
Previous
Next