Click here to Skip to main content
15,891,765 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 546.5K   15.8K   440  
Understand and use color models in .NET
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Devcorp.ColorSpaceSample", "Devcorp.ColorSpaceSample.csproj", "{B5BB8FF6-FBAB-42D8-8D01-E53418E95FC6}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B5BB8FF6-FBAB-42D8-8D01-E53418E95FC6}.Debug.ActiveCfg = Debug|.NET
		{B5BB8FF6-FBAB-42D8-8D01-E53418E95FC6}.Debug.Build.0 = Debug|.NET
		{B5BB8FF6-FBAB-42D8-8D01-E53418E95FC6}.Release.ActiveCfg = Release|.NET
		{B5BB8FF6-FBAB-42D8-8D01-E53418E95FC6}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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