Stories recently tagged with 'Color'

How to: Blend colors with GDI+(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 1 month ago

Once I needed to build a heat map chart usign different colors spread on a given numeric interval. Here is the GDI+ code I used to create all the intermediate colors between the start color and the end color. read more...

add a comment |category: |Views: 35

tags: another

jQuery and the ASP.NET MVC Framework (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 5 months ago

With WebForms, integrating with Ajax libraries other than ASP.NET AJAX was slightly painful. With the new ASP.NET MVC Framework, however, you can use jQuery without these additional headaches. read more...

1 comment |category: |Views: 293

tags: another

Visual Studio Theme Generator(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 6 months ago

A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

2 comments |category: |Views: 547

tags: another

"Colour the World" - my version of a SilverLight colour picker(advertboy.wordpress.com)

submitted by liquidboyliquidboy(20) 4 years, 1 month ago

I created a silverlight colour picker in the mold of Copaso/Kuler. I wanted to do it in such a way as to showcase SilverLight's cool features. This is my sample and blog post of my Silverlight RIA colour picker. Source Code to the sample is also available for all to rip apart! read more...

add a comment |category: |Views: 12

tags: another

Dark Visual Studio(agileprogrammer.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 2 months ago

Inspired by a combination of Scott Hanselman's post and a wayward image to dead blog post (via Jeff Atwood), I spent about 30 minutes customizing Visual Studio last night for a dark color scheme that I like. I have Visual Studio 2008 versions, thanks to Tomas Restrepo's XSLT to convert 2005 colors to 2008 colors. read more...

1 comment |category: |Views: 21

tags: another

Applying a Color Wash to Images(codeproject.com)

submitted by gavinharrissgavinharriss(55) 4 years, 10 months ago

Ever had a web site that needs branding for individual customers but found the presence of image elements complicates the process as you can't adjust their color from a simple style sheet? Wouldn't it be nice to use a base set of grayscale images and automatically apply a color wash to bring them in line with the customer's color scheme without fiddling with a graphics package? read more...

add a comment |category: |Views: 21

tags: another

Changing caret color in (Rich)TextBox(blogs.msdn.com)

submitted by frank12345frank12345(2809) 5 years ago

Changing caret color in (Rich)TextBox read more...

add a comment |category: |Views: 260

tags: another