CartoDB / carto-vl

CARTO VL: a Javascript library to create vector-based visualizations
BSD 3-Clause "New" or "Revised" License
129 stars 26 forks source link

Do all color interpolations in CIELab #276

Closed makella closed 5 years ago

makella commented 6 years ago

start and end colors that are defined in any color space should use CIELab in the background.

davidmanzanares commented 6 years ago

Hey, ramp() should always interpolate in CieLab space now. Other forms of interpolations, like blend() will still be done on sRGB space.

makella commented 5 years ago

closing