Merge pull request #7555 from TobiasSekan/MoreColorsTakeTwo

[ColorPicker] Add HSB, HSI, HWB and NCol color representation
This commit is contained in:
Clint Rutkas
2020-11-09 15:16:32 -08:00
committed by GitHub
15 changed files with 589 additions and 228 deletions

View File

@@ -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

View File

@@ -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