I have a white image with a transparent background.
I want the white part to have a percentage of opacity (Variable Opacity).
I’m interpolating between black and white and multiplying by the resulting gray.
However the image becomes darker instead of transparent.
I guess maybe I need to separate the black pixels from the white ones or something like that…
The image is fine… I just want to give it a transparency percentage on the opaque part… (I thought that by painting some pixels black I could achieve that) Is this possible?
if you have a black background then increasing transparency will make opaque part evidently darker as you said. you goal is not quite clear. if you have an img with 0 opacity background and > 0 opacity parts, then just multiply opacity by whatever variance you need.