 
      
    | You are here | lea.verou.me | ||
| | | | | svgees.us | |
| | | | | ||
| | | | | programmingdesignsystems.com | |
| | | | | Programming Design Systems is a free digital book that teaches a practical introduction to the new foundations of graphic design. | |
| | | | | erikmcclure.com | |
| | | | | Did you know that CSS3 does all its linear gradients and color interpolation completely wrong? All color values in CSS3 are in the sRGB color space, because that's the color space that gets displayed on our monitor. However, the problem is that the sRGB color space looks like this: Trying to do a linear interpolation along a nonlinear curve doesn't work very well. Instead, you're supposed to linearize your color values, transforming the sRGB curve to the linear RGB curve before doing your operation, and then transforming it back into the sRGB curve. | |
| | | | | killalldefects.com | |
| | | This post originally appeared at Kill All Defects on February 22nd, 2020. Recently a younger developer I respect expressed a somewhat common concern. In essence, their concern was that they... | ||