Is it possible to tint/mask the non-transparent pixels in an image with a specific color?
I have an image (eg. this one https://static-00.iconduck.com/assets.00/money-bag-icon-256x256-scux0bmu.png), and I want just the non-transparent (eg. not rgba(0, 0, 0, 0) pixels to be changed to another color (say, red).
I've seen some examples online of tinting an image, but in those examples even the transparent pixels are tinted.