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
Currently Color spaces are defined by object literals.
In the Color API we used ColorSpace objects. There might be value in using such objects here as well, e.g. the ability to create anonymous color spaces that aren't available globally via ids. It will also make typings easier I suppose.
The text was updated successfully, but these errors were encountered:
- 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
Currently Color spaces are defined by object literals.
In the Color API we used ColorSpace objects. There might be value in using such objects here as well, e.g. the ability to create anonymous color spaces that aren't available globally via ids. It will also make typings easier I suppose.
The text was updated successfully, but these errors were encountered: