1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

-Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Color, to deal with colors in the 0-255 range. Closes #2345

This commit is contained in:
Juan Linietsky
2015-12-31 18:26:49 -03:00
parent 6b1849d29b
commit 37f2222dd7
3 changed files with 68 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ public:
INST2DICT,
DICT2INST,
HASH,
COLOR8,
PRINT_STACK,
INSTANCE_FROM_ID,
FUNC_MAX