projects
/
GameLab
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Runtime
/
Graphics
/
Color.cpp
blob: 7e792e62d525d232ca186f904c5a1272bc725552 (
plain
)
1
2
3
4
#include "Color.h" const Color32 Color32::white = Color32(255, 255, 255, 255);