954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to make a color transparent does not solid

Hi Guys :)
I hope you fine :)

I want when I color a shape ,that color does not wipe the background picture.I want it be transparent not solid :S

I tried Opticity property :-/ but it is just for the whole form :icon_sad: ,it does not available for the color.

Please help me and Thanks for your help
:)

Sara Tech
Newbie Poster
14 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

>How to make a color transparent does not solid

Take a look at " Drawing shapes ".

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 
Color.FromArgb(x, c)

While x is transparency from 0 to 255
color is colir you pick like Color.black

Color.FromArgb(x,r,g,b)


r
gb is the mixing of light you use to mix the color

This Represent as color use this as a color of your shape

trpsjt2008
Light Poster
42 posts since Apr 2010
Reputation Points: 10
Solved Threads: 2
 

trpsjt2008 Thanks alot ... I tried that and it successed .
Thanks again it is what I want.
:)

adatapost Thanks it is useful topic
:)

Sara Tech
Newbie Poster
14 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You