Color: Expose OKHSL properties
This commit is contained in:
parent
c2b916751d
commit
2126df2dfd
2 changed files with 13 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue