scala-chromatica 0.1.4

A framework-agnostic color gradient library with smooth interpolation
Documentation
{
  "name": "Egyptian Echo",
  "stops": [
    {
      "position": 0.0,
      "color": {
        "r": 53,
        "g": 80,
        "b": 112
      }
    },
    {
      "position": 1.0,
      "color": {
        "r": 234,
        "g": 172,
        "b": 0
      }
    }
  ]
}