1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

Color: Add named color "Cyan"

This commit is contained in:
Andreas Kling 2019-05-06 00:59:33 +02:00
parent 3bdb95e128
commit 6df3df62be
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ public:
White,
Red,
Green,
Cyan,
Blue,
Yellow,
Magenta,