You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #82845 from Hysterelius/master
Color: Expose OKHSL properties
This commit is contained in:
@@ -141,6 +141,10 @@ void register_named_setters_getters() {
|
||||
REGISTER_MEMBER(Color, h);
|
||||
REGISTER_MEMBER(Color, s);
|
||||
REGISTER_MEMBER(Color, v);
|
||||
|
||||
REGISTER_MEMBER(Color, ok_hsl_h);
|
||||
REGISTER_MEMBER(Color, ok_hsl_s);
|
||||
REGISTER_MEMBER(Color, ok_hsl_l);
|
||||
}
|
||||
|
||||
void unregister_named_setters_getters() {
|
||||
|
||||
Reference in New Issue
Block a user