Implement Transparent color constant.
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user