We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I see that with the alpha() function we can extract the alpha value of a color. But is there a way to set this value without using fill? I would like to set the alpha value to an unknown color.
Answers
If I understand your question correctly, you can do something like this:
There is also a way to do this by shifting bits, but I don't know how to do that off of the top of my head...