Is there a way to change the color of an image to "bluescale" or "greenscale," similar to using filters in CSS? Or is it possible to use a combination of filters for this effect?
filter:grayscale(100%);
Thank you!
I found a solution, but it may not be user-friendly for non-technical individuals: css3 grey image to blue color using filters?
I am looking for a solution where I can specify an RGB value to determine the color transformation.