From 17b287929cd0e3081b96d9a9f740d4538cb92b1c Mon Sep 17 00:00:00 2001 From: PR <112029487+DivideByZeno@users.noreply.github.com> Date: Tue, 6 Sep 2022 20:56:54 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b07ce2..0912665 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ For a more detailed explanation of the code, [a blog post about the project is a     The repository consists of three Visual Studio projects - the ColorSelector project, a companion standalone application project, and an NUnit unit testing project. Opening the ColorSelector/ColorSelector.sln file in Visual Studio should allow all projects to be built and run. To use the ColorSelector as a Control in another WPF application, add the ColorSelector project to the parent solution in Visual Studio, then add a project reference to the ColorSelector project for any projects that will use the ColorSelector. # In-Progress -- JSON import and export -- Dynamically scalable UI controls +- Color gamut support for machine learning analysis and comparison of environmental lighting +- Configuration settings support # Screenshots