Implement Transparent color constant.

This commit is contained in:
2024-10-24 13:13:23 -04:00
parent 6ca7141f44
commit 6fe4f9b38d

View File

@@ -3,6 +3,7 @@
#include <Color4.hpp>
namespace Colors {
static const Color4 Transparent{255,255,255,0};
namespace Primary {
static const Color4 Red{255, 0, 0};
static const Color4 Green{0, 255, 0};