Missing image files

This commit is contained in:
furrtek
2017-05-18 21:56:55 +01:00
parent 82cb56e9b2
commit a35d9ee8a9
12 changed files with 52 additions and 65 deletions

View File

@@ -95,6 +95,9 @@ struct Color {
static constexpr Color blue() {
return { 0, 0, 255 };
}
static constexpr Color dark_blue() {
return { 0, 0, 127 };
}
static constexpr Color cyan() {
return { 0, 255, 255 };