I would like to make a button component where the text and icons inside the button are see through so that you can see the background behind the button. I don’t think it’s possible to do this at the moment with the usual auto layout properties. I can make one where the text masks the button but not the inverse. It’s possible to do it with Boolean Groups ‘Subtract’ setting but then you lose the ability to set auto layout.
The end result would be a toggle button where the on state is a reversed out version of the off state.