You've already forked godot
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:
@@ -94,6 +94,7 @@ public:
|
||||
INST2DICT,
|
||||
DICT2INST,
|
||||
HASH,
|
||||
COLOR8,
|
||||
PRINT_STACK,
|
||||
INSTANCE_FROM_ID,
|
||||
FUNC_MAX
|
||||
|
||||
Reference in New Issue
Block a user