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
It would be nice to have JCh interpolation available for creating color maps. This is a nicer method of interpolation when you want to have a smoother transition across chroma from one color to the next.
This is similar to Lab/Lch interpolation outputs. Here is a comparison of interpolation in Jab vs Lab vs Lch from a blue to green color:
When visualizing this interpolation difference between cartesian and polar adaptations of color space, the polar takes a more curved transition. This can sometimes yield more aesthetically balanced color maps. Here is a visualization from top-down in LAB color space for the same scales (interpolated to black and white as well).
Lab interpolation in Lab space is purely linear, whereas Lch interpolation in Lab has curvature. This same curvature from a JCh interpolation would be desirable to include in this d3-cam02 library.
The text was updated successfully, but these errors were encountered:
It would be nice to have JCh interpolation available for creating color maps. This is a nicer method of interpolation when you want to have a smoother transition across chroma from one color to the next.
This is similar to Lab/Lch interpolation outputs. Here is a comparison of interpolation in Jab vs Lab vs Lch from a blue to green color:
![image](https://user-images.githubusercontent.com/13972198/73196751-612d3180-40ed-11ea-8798-68784e90bce3.png)
![image](https://user-images.githubusercontent.com/13972198/73196813-7efa9680-40ed-11ea-9f5f-5982df6a3727.png)
When visualizing this interpolation difference between cartesian and polar adaptations of color space, the polar takes a more curved transition. This can sometimes yield more aesthetically balanced color maps. Here is a visualization from top-down in LAB color space for the same scales (interpolated to black and white as well).
![image](https://user-images.githubusercontent.com/13972198/73197576-c0d80c80-40ee-11ea-975e-b193ed5974f9.png)
![image](https://user-images.githubusercontent.com/13972198/73197587-c7668400-40ee-11ea-897b-2d6afb6b4903.png)
Lab interpolation in Lab space is purely linear, whereas Lch interpolation in Lab has curvature. This same curvature from a JCh interpolation would be desirable to include in this
d3-cam02
library.The text was updated successfully, but these errors were encountered: