mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
orange not defined
This commit is contained in:
parent
e93da13b4b
commit
a7f2fa565c
|
@ -240,6 +240,7 @@ namespace Blah
|
|||
inline const Color Color::green = Color( 0, 255, 0);
|
||||
inline const Color Color::blue = Color( 0, 0, 255);
|
||||
inline const Color Color::yellow = Color(255, 255, 0);
|
||||
inline const Color Color::orange = Color(255, 165, 0);
|
||||
inline const Color Color::purple = Color(255, 0, 255);
|
||||
inline const Color Color::teal = Color( 0, 255, 255);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user