Click here to Skip to main content
15,894,405 members
Articles / Desktop Programming / WPF

WPF Color Picker Construction Kit

Rate me:
Please Sign up or sign in to vote.
4.97/5 (59 votes)
26 Dec 2010CPOL9 min read 117K   7.7K   76  
A WPF color picker (like Adobe's) constructed in a modular fashion for easy modification.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPickerDemo", "ColorPickerDemo\ColorPickerDemo.csproj", "{EF272528-3ADA-4BD9-B632-C48C69A70153}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPicker", "ColorPicker\ColorPicker.csproj", "{059DC6C7-59C6-4ADF-8960-976A02E7498E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{15B2FED7-E808-4733-946B-28085E73C6C2}"
	ProjectSection(SolutionItems) = preProject
		ColorPickerDemo.vsmdi = ColorPickerDemo.vsmdi
		Local.testsettings = Local.testsettings
		TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorPickerControls", "ColorPickerControls\ColorPickerControls.csproj", "{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}"
EndProject
Global
	GlobalSection(TestCaseManagementSettings) = postSolution
		CategoryFile = ColorPickerDemo.vsmdi
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Debug|Any CPU.ActiveCfg = Debug|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Debug|x86.ActiveCfg = Debug|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Debug|x86.Build.0 = Debug|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Release|Any CPU.ActiveCfg = Release|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Release|Mixed Platforms.Build.0 = Release|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Release|x86.ActiveCfg = Release|x86
		{EF272528-3ADA-4BD9-B632-C48C69A70153}.Release|x86.Build.0 = Release|x86
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Debug|x86.ActiveCfg = Debug|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Release|Any CPU.Build.0 = Release|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{059DC6C7-59C6-4ADF-8960-976A02E7498E}.Release|x86.ActiveCfg = Release|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Debug|x86.ActiveCfg = Debug|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Release|Any CPU.Build.0 = Release|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{02E6C16F-757F-44AC-BE66-C0D79C0EBE0B}.Release|x86.ActiveCfg = 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
Software Developer (Senior)
United States United States
Written software for what seems like forever. I'm currenly infatuated with WPF. Hopefully my affections are returned.

Comments and Discussions