diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-26 12:07:59 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-26 12:08:16 +0100 |
commit | cbdbfb00ca68c1a98011fc3dd272fbc97fff6f89 (patch) | |
tree | de6884ea3a5b0ef9c57990d4011979759bc00842 /core | |
parent | 55cc46a0523df8df85aa6ffec6b58ff86e5ab1af (diff) | |
download | redot-engine-cbdbfb00ca68c1a98011fc3dd272fbc97fff6f89.tar.gz |
doc: Document named color constants
Busywork but it's good for our completion rate :)
Diffstat (limited to 'core')
-rw-r--r-- | core/color_names.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/color_names.inc b/core/color_names.inc index b0ef507d92..428a8473fe 100644 --- a/core/color_names.inc +++ b/core/color_names.inc @@ -1,4 +1,4 @@ -// Names from https://en.wikipedia.org/wiki/List_of_colors (through https://raw.githubusercontent.com/SuperUserNameMan/color_to_name/616a7cddafefda91478b7bc26167de97fb5badb1/godot_version.gd), slightly edited and normalized +// Names from https://en.wikipedia.org/wiki/X11_color_names #include "core/map.h" static Map<String, Color> _named_colors; |