diff options
author | crupest <crupest@outlook.com> | 2020-03-18 23:19:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-18 23:19:53 +0800 |
commit | e3eb653a856fe6793d3ddab371c3e71290fc7a9b (patch) | |
tree | 9d7a28a7b8009ef4405b409fc1549dedfa97d659 /include/cru/platform/graph_base.hpp | |
parent | f1d68d3309516ea70db100789b77edadd2f41dd0 (diff) | |
download | cru-e3eb653a856fe6793d3ddab371c3e71290fc7a9b.tar.gz cru-e3eb653a856fe6793d3ddab371c3e71290fc7a9b.tar.bz2 cru-e3eb653a856fe6793d3ddab371c3e71290fc7a9b.zip |
...
Diffstat (limited to 'include/cru/platform/graph_base.hpp')
-rw-r--r-- | include/cru/platform/graph_base.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/graph_base.hpp b/include/cru/platform/graph_base.hpp index eab7ebe7..5840ce18 100644 --- a/include/cru/platform/graph_base.hpp +++ b/include/cru/platform/graph_base.hpp @@ -264,6 +264,7 @@ struct Color { }; namespace colors { +constexpr Color transparent = Color::FromHexAlpha(0x00000000); constexpr Color black = Color::FromHex(0x000000); constexpr Color silver = Color::FromHex(0xc0c0c0); constexpr Color gray = Color::FromHex(0x808080); |