Browse Source
Merge pull request #173 from hypertherm/indexedcolors_typo_lemonchiffon
Fix typo of IndexedColor "LemonChiffon" name mapping dictionary
master^2
Savorboard
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/NPOI.OOXML/SS/UserModel/IndexedColors.cs
|
|
@ -168,7 +168,7 @@ namespace NPOI.SS.UserModel |
|
|
|
mappingName.Add("grey50percent", IndexedColors.Grey50Percent); |
|
|
|
mappingName.Add("cornflowerblue", IndexedColors.CornflowerBlue); |
|
|
|
mappingName.Add("maroon", IndexedColors.Maroon); |
|
|
|
mappingName.Add("lemonchilffon", IndexedColors.LemonChiffon); |
|
|
|
mappingName.Add("lemonchiffon", IndexedColors.LemonChiffon); |
|
|
|
mappingName.Add("orchid", IndexedColors.Orchid); |
|
|
|
mappingName.Add("coral", IndexedColors.Coral); |
|
|
|
mappingName.Add("royalblue", IndexedColors.RoyalBlue); |
|
|
|