To create a button in SpriteKit, I created a rounded rectangle with SKShapeNode, and then placed SKLabel above it.
It looks like this:

I want to have a background that is under a label change with what's under it. Thus, inside the image, T, E and half A will be purple.
Is there a way to drag the font halfway? Or somehow crop the texture of the white rectangle with the SKLabel that is on it. Thus, there is no label, and instead a label is cut from the texture. Basically, I want the font color to be what stands behind it.
I need to do this without importing images and code in some way.