Closed dacastro4 closed 5 years ago
Why would you want to colour the mask? Could you provide an image of the result you are trying to achieve? I'm not sure what the end goal is.
To change the color of the image. Sure: Having this image: and this mask: result:
I can accomplish this on Affinity Designer by adding color to the mask but I have to do it programatically because the masks and the colors change.
I think in order for this to work you have to color your mask. Give the color pixels an alpha of 255 and the transparent ones an alpha of 0. Then it should be properly masked. I really think you need to color your mask. Is there a sample project where I can test this to ?
@christophesmet no, I don't have a sample project. I'm gonna try painting the mask before.
Hey! I just need some help because I'm trying to use a mask that is a JPEG file that has white background and the mask part is black. It kinda works but how can I change the color of the mask? I tried applying
backgroundTint
but It didn't work. This is what I have.