mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python] Add magenta color
Change-Id: I7a5e12f6f3d79da802149a6aeef88387941ccdd8
This commit is contained in:
committed by
EmilieNumworks
parent
0b683b6994
commit
7eb694822d
@@ -202,7 +202,8 @@ KDColor MicroPython::Color::Parse(mp_obj_t input, Mode mode){
|
||||
NamedColor("orange", Palette::Orange),
|
||||
NamedColor("purple", Palette::Purple),
|
||||
NamedColor("grey", Palette::GreyDark),
|
||||
NamedColor("cyan", Palette::Cyan)
|
||||
NamedColor("cyan", Palette::Cyan),
|
||||
NamedColor("magenta", Palette::Magenta)
|
||||
};
|
||||
for (NamedColor p : pairs) {
|
||||
if (strcmp(p.name(), color) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user