mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Merge pull request #7555 from TobiasSekan/MoreColorsTakeTwo
[ColorPicker] Add HSB, HSI, HWB and NCol color representation
This commit is contained in:
6
.github/actions/spell-check/expect.txt
vendored
6
.github/actions/spell-check/expect.txt
vendored
@@ -295,6 +295,7 @@ codeofconduct
|
||||
codereview
|
||||
COINIT
|
||||
Colorbrush
|
||||
colorconv
|
||||
colorpicker
|
||||
colorpickerref
|
||||
COLORREF
|
||||
@@ -903,6 +904,8 @@ hresult
|
||||
hrgn
|
||||
HRSRC
|
||||
HSCROLL
|
||||
hsb
|
||||
hsi
|
||||
hsl
|
||||
hstring
|
||||
hsv
|
||||
@@ -913,6 +916,7 @@ html
|
||||
htt
|
||||
http
|
||||
hu
|
||||
hwb
|
||||
HWINEVENTHOOK
|
||||
hwnd
|
||||
HWNDFIRST
|
||||
@@ -1087,6 +1091,7 @@ IPrincipal
|
||||
IProgram
|
||||
IPublic
|
||||
IQuery
|
||||
IRead
|
||||
IReflect
|
||||
IRegistered
|
||||
IRegistration
|
||||
@@ -1439,6 +1444,7 @@ NCMBUTTONDOWN
|
||||
NCMBUTTONUP
|
||||
NCMOUSELEAVE
|
||||
NCMOUSEMOVE
|
||||
NCol
|
||||
NCPAINT
|
||||
NCRBUTTONDBLCLK
|
||||
NCRBUTTONDOWN
|
||||
|
||||
5
.github/actions/spell-check/patterns.txt
vendored
5
.github/actions/spell-check/patterns.txt
vendored
@@ -10,6 +10,11 @@ data:[a-zA-Z=;,/0-9+-]+
|
||||
"Lorem[^"]+?\."
|
||||
TestCase\("[^"]+"
|
||||
|
||||
# Test line with hexadecimal colors
|
||||
\[DataRow\("[0-9A-F]{6}", \d{3}, \d{3}, \d{3}\)\]
|
||||
\[DataRow\("[0-9A-F]{6}", \d{3}.\d{1}, \d{3}.\d{1}, \d{3}.\d{1}\)\]
|
||||
\[DataRow\("[0-9A-F]{6}", "[BCGMRY]\d\d?", \d{3}, \d{3}\)\]
|
||||
|
||||
# Windows paths
|
||||
\\native
|
||||
\\notifications
|
||||
|
||||
Reference in New Issue
Block a user