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