1
0
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:
Hysterelius
2024-11-04 22:16:26 +11:00
committed by Rémi Verschelde
parent c2b916751d
commit 2126df2dfd
2 changed files with 13 additions and 0 deletions

View File

@@ -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() {