You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Color: Expose OKHSL properties
This commit is contained in:
committed by
Rémi Verschelde
parent
c2b916751d
commit
2126df2dfd
@@ -139,6 +139,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