I have a sprites/GUI images and I want an overlayed image to darken only the sprites/GUI images, not anything else in the scene. Like multiplying the color of the sprite with (1 - n * alpha of overlay), where n is how much I want to darken it by?
I have a sprites/GUI images and I want an overlayed image to darken only the sprites/GUI images, not anything else in the scene. Like multiplying the color of the sprite with (1 - n * alpha of overlay), where n is how much I want to darken it by?