P
Pete M
I am trying to use the ARGB function to create a transparent image. I have
included System.Drawing.dll in my project, but it still doesn't seem to work.
my command looks like this:
v(i) = color.argb(0,255,0,255). This doesn't work.
v(i) = color.FromArgb(0,255,0,255) doesn't work either Any ideas?
Thanks!
Pete M
included System.Drawing.dll in my project, but it still doesn't seem to work.
my command looks like this:
v(i) = color.argb(0,255,0,255). This doesn't work.
v(i) = color.FromArgb(0,255,0,255) doesn't work either Any ideas?
Thanks!
Pete M