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
I imagine that what's happening is the interpolation is pushing the colors outside the colorspace, maybe generating non-sensible colors. But I don't think the user ever wants invisible colors.
Side note: it's slightly frustrating that colors are specified as HSL, but can't be interpolated in HSL. The interpolation from hsl(0, 100%, 50%) to hsl(240, 100%, 50%) should be really clear, but presumably in HCL colorspace it is, um, 'clear' in a different sense.
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version: 0.42.2
Steps to Trigger Behavior
Expected Behavior
Every point renders some color, probably shades of purple, similar to with 'rgb' colorSpace:
https://codepen.io/stevebennett/pen/pdYmwq
Actual Behavior
Some points don't render at all.
https://codepen.io/stevebennett/pen/OOqYpz
I imagine that what's happening is the interpolation is pushing the colors outside the colorspace, maybe generating non-sensible colors. But I don't think the user ever wants invisible colors.
Side note: it's slightly frustrating that colors are specified as HSL, but can't be interpolated in HSL. The interpolation from hsl(0, 100%, 50%) to hsl(240, 100%, 50%) should be really clear, but presumably in HCL colorspace it is, um, 'clear' in a different sense.
The text was updated successfully, but these errors were encountered: