The current simple formula for linear RGB interpolation creates a brightness (greyness) dip in the middle.
To preserve the brightness and the smoothness of the color transition, it would be best to use the Oklab formula. Or at least, to use the gamma-corrected interpolation formula.
Another great feature would be to allow for more color ranges.
The current simple formula for linear RGB interpolation creates a brightness (greyness) dip in the middle.
To preserve the brightness and the smoothness of the color transition, it would be best to use the Oklab formula. Or at least, to use the gamma-corrected interpolation formula.
Another great feature would be to allow for more color ranges.