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
No known key found for this signature in database
GPG key ID: C3336907360768E1
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() {