Open mjswensen opened 9 months ago
Mathematical operations in sRGB do not produce color differences that are perceptually even.
Shade calculations should use a more suitable color space, such as OKLCH.
Color.js may be a useful tool.
Problem
Mathematical operations in sRGB do not produce color differences that are perceptually even.
Solution
Shade calculations should use a more suitable color space, such as OKLCH.
Color.js may be a useful tool.