Transparent Button / opacity / text

I’m wondering if maybe it’s possible to make a transparent button?

I created a button, I’ve set the background color to black (#FF000000), the foreground is white (#FFFFFFFF), I’ve changed the opacity to 0,5.

But it also change the opacity of the text and I don’ want to change it.

Is there a way to do not change the opacity of the text?

Thanks
hr doubt

Yes. Don’t change the Opacity on the Button. That will make the entire control transparent. Instead, add transparency to the Background. Those colors are in ARGB format. The 1st 2 bytes are the alpha channel. Try changing the color to something like #AA000000. The smaller you make them, the more transparent the Background will be.

1 Like

@bill you´re the best.

It’s exactly what I wanted to do.

Thanks

hr doubt

1 Like

Oh dear… ive been adding empty transparent buttons over everything on mine to achieve this :frowning: