mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Remove non-standard color constant.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=126286809
This commit is contained in:
parent
33fc6126a7
commit
2e77f02e7e
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ public final class ColorParser {
|
|||
COLOR_MAP.put("limegreen", 0xFF32CD32);
|
||||
COLOR_MAP.put("linen", 0xFFFAF0E6);
|
||||
COLOR_MAP.put("magenta", 0xFFFF00FF);
|
||||
COLOR_MAP.put("marinelewis", 0xFFA4D3E4);
|
||||
COLOR_MAP.put("maroon", 0xFF800000);
|
||||
COLOR_MAP.put("mediumaquamarine", 0xFF66CDAA);
|
||||
COLOR_MAP.put("mediumblue", 0xFF0000CD);
|
||||
|
|
|
|||
Loading…
Reference in a new issue