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
Interpolation with curves can produce out of gamut values due to curve overshoot. It is desirable to minimize this, and come curve interpolation methods have no overshoot.
This overview of interpolation mentions cosine interpolation, which is very straightforward code-wise and avoids the obvious discontinuities produced by linear interpolation, while having no overshoot:
Right now we only support linear interpolation.
We should also support:
The text was updated successfully, but these errors were encountered: