Skip to content

Commit

Permalink
Added ability to find the color based on its RGB or its HSV.
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-chieftain committed Mar 2, 2018
1 parent 8e7d01d commit 0104b1a
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 52 deletions.
22 changes: 22 additions & 0 deletions exhibit.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "exhibit", "exhibit\exhibit.csproj", "{FF947855-D5E9-4484-832F-27B3B34297B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF947855-D5E9-4484-832F-27B3B34297B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF947855-D5E9-4484-832F-27B3B34297B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF947855-D5E9-4484-832F-27B3B34297B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF947855-D5E9-4484-832F-27B3B34297B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
66 changes: 28 additions & 38 deletions exhibit/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0104b1a

Please sign in to comment.