mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[ColorPicker] Increase precision of CIEXYZ format (#17041)
* Increase precision of CIEXYZ conversion matrix The output has 4 decimal places, so the conversion matrix should be more than 6 digits to avoid round-off errors. * Match unit tests and docs with new CIEXYZ conversion matrix * Remove negative sign from zeros I generated the unit test results from other color-management systems. It seems that they sometimes output negative zeros for very small values. Let's just remove the negative signs for aesthetic. * Fix spelling mistakes in ColorConverterTest.cs * Explain how to obtain CIEXYZ unit test reference values * Explain the CIELAB output is D65 adapted version * Add words related to CIEXYZ conversion to spellcheck bypass list
This commit is contained in:
3
.github/actions/spell-check/expect.txt
vendored
3
.github/actions/spell-check/expect.txt
vendored
@@ -178,6 +178,7 @@ bpp
|
||||
bricelam
|
||||
BRIGHTGREEN
|
||||
Browsable
|
||||
brucelindbloom
|
||||
bsd
|
||||
bstr
|
||||
bti
|
||||
@@ -523,6 +524,7 @@ enum
|
||||
EOAC
|
||||
eol
|
||||
epicgames
|
||||
Eqn
|
||||
ERASEBKGND
|
||||
EREOF
|
||||
EResize
|
||||
@@ -2033,6 +2035,7 @@ towupper
|
||||
tracelogging
|
||||
traies
|
||||
transcoded
|
||||
transicc
|
||||
Transnistria
|
||||
TRAYMOUSEMESSAGE
|
||||
triaging
|
||||
|
||||
Reference in New Issue
Block a user