I'm looking for a way to colorize an image of a post-it note (similar to the one found here) based on an rgb value.
The challenge I'm facing is that the edges of the image need to remain transparent, as it will be displayed against various background colors.
Additionally, I want to change the current yellow color of the image to a specified rgb value without any animation.
Initially, I considered making the yellow part of the image transparent and placing a colored element behind it. However, this would also affect the outer parts that should maintain the document's background color.
Does anyone have any suggestions for how to achieve this?
Thank you in advance, Woyzeck