Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am designing wpf application, in which i want to color gridbackground. i am using lineargradient at start point=0,0 and end point=1,1.
i have tried many combinations of colors but i dont got satiesfied as much,
.
so can anybuddy help me to get this combination ??
.
i want light colors and plane and..
i dnt know what i want actually, but ....
Posted

Go with Yellow writing on a Red background - it's funky and hipster.

Or you could start by looking at research: Google[^]
This might help - it's a good overview: http://www.avangate.com/avangate-resources/article/color-web-site.htm[^]
 
Share this answer
 
Comments
Madhuri Gamane 13-Sep-14 3:56am    
thanx.. its nice.
i use this one..
<LinearGradientBrush EndPoint="1,1" StartPoint="0,0">
<gradientstop color="lightBlue" offset="0.593">
<gradientstop color="aliceblue" offset="0">
<gradientstop color="WhiteSmoke" offset="0.279">
<gradientstop color="#FFFDE6FF" offset="1">
</LinearGradientBrush>

how is it ??
Try going here http://www.paletton.com/[^] and playing around.
 
Share this answer
 
Comments
Madhuri Gamane 13-Sep-14 4:00am    
wow, its really nice..
thanx..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900