terminal/src/cascadia/UnitTests_Control
PankajBhojwani dd5dbb2a40
Implement the Delta E algorithm to improve color perception (#11095)
- Implements the Delta E algorithm
- Uses the Delta E algorithm to precalculate adjusted foreground values based on possible foreground/background color pairs in the color table
- Adds a setting to use the adjusted foreground values when applicable

## PR Checklist
* [x] Closes #2638
* [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA
* [ ] Tests added/passed
* [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx
* [ ] Schema updated.
* [x] I work here

## Validation Steps Performed
Before:
<img width="759" alt="color before" src="https://user-images.githubusercontent.com/26824113/131576768-b3b9eebd-5933-45de-8da8-88a985070312.png">

After (note dark blue):
<img width="760" alt="color after" src="https://user-images.githubusercontent.com/26824113/133158807-4e63198f-8a49-4d03-914e-55a5ad57d725.png">
2021-10-07 22:43:17 +00:00
..
Control.UnitTests.vcxproj Upgrade Windows SDK to 19041 (#10118) 2021-05-20 16:04:25 +00:00
ControlCoreTests.cpp When enabling opacity on win10, automatically enable acrylic (#11372) 2021-10-07 11:39:20 +00:00
ControlInteractivityTests.cpp When enabling opacity on win10, automatically enable acrylic (#11372) 2021-10-07 11:39:20 +00:00
MockConnection.h Switch Connections to use ValueSets to initialize them (#10184) 2021-07-20 15:02:17 +00:00
MockControlSettings.h Implement the Delta E algorithm to improve color perception (#11095) 2021-10-07 22:43:17 +00:00
pch.cpp Create a control unittesting project (#9677) 2021-04-05 16:07:55 +00:00
pch.h Allow ThrottledFunc to work on different types of dispatcher (#10187) 2021-08-09 15:21:59 +00:00
UnitTests_Control.def Create a control unittesting project (#9677) 2021-04-05 16:07:55 +00:00