G
Guest
I am trying to create a semi-transparent image, but cannot for some reason
get the color method to work in the system.drawing class. I've included the
system.drawing.dll in my project, but the following won't compile:
v(i) = color.argb(100,255,0,255). doesn't work.
v(i) = color.FromArgb(100,255,0,255) doesn't work either.
Anyone know how to do this?
Thanks
Pete M
get the color method to work in the system.drawing class. I've included the
system.drawing.dll in my project, but the following won't compile:
v(i) = color.argb(100,255,0,255). doesn't work.
v(i) = color.FromArgb(100,255,0,255) doesn't work either.
Anyone know how to do this?
Thanks
Pete M