Core/Color: Add Gray constant

This commit is contained in:
Jérôme Leclercq
2022-01-18 06:01:44 +01:00
parent f30a1faeca
commit 0af9a96294
2 changed files with 2 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ namespace Nz
static NAZARA_CORE_API const Color Black;
static NAZARA_CORE_API const Color Blue;
static NAZARA_CORE_API const Color Cyan;
static NAZARA_CORE_API const Color Gray;
static NAZARA_CORE_API const Color Green;
static NAZARA_CORE_API const Color Magenta;
static NAZARA_CORE_API const Color Orange;