You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use ColorSpace (and RGBColorSpace) objects instead of ad hoc literals. Fixes#113
- Use shorter coordinate names, fixes#144
- Explicit range vs reference range distinction
- Remove Color.defineSpace() as we are not using it anymore
E.g.
hsl.l
instead ofhsl.lightness
We can have the longer ones as optional labels, to facilitate automatic generation of UIs.
The text was updated successfully, but these errors were encountered: