Click here to Skip to main content
15,880,651 members
Articles / Programming Languages / C#

Manipulating colors in .NET - Part 1

Rate me:
Please Sign up or sign in to vote.
4.96/5 (275 votes)
3 Jun 2007CPOL16 min read 543.3K   15.8K   440  
Understand and use color models in .NET

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Basic Express 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Colours", "Colours\Colours.vbproj", "{5E8A763D-B270-4E29-9CE7-718C0934D2D5}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5E8A763D-B270-4E29-9CE7-718C0934D2D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5E8A763D-B270-4E29-9CE7-718C0934D2D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5E8A763D-B270-4E29-9CE7-718C0934D2D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5E8A763D-B270-4E29-9CE7-718C0934D2D5}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Engineer
France France
IT consultant and Project Manager in Paris, specialized in software engineering/design.

He spends most of his time in meetings Smile | :)
He would love to have more time to develop all those ideas/concepts he has in mind.

Comments and Discussions