Color Data Question

Anyone happen to know why the shade “Stale” in the Boundless color data is set as Null? Also interesting to note the color white is known as Pure Black in the data.

{
      "game_id": 80,
      "base_color": "#a8655e",
      "gleam_color": "#b26056",
      "localization": [
        {
          "lang": "english",
          "name": "Stale Red"
        },
        {
          "lang": "spanish",
          "name": "Rojo añejo"
        },
        {
          "lang": "german",
          "name": "Gedecktes Rot"
        },
        {
          "lang": "italian",
          "name": "Rosso spento"
        },
        {
          "lang": "french",
          "name": "Rouge vieilli"
        }
      ],
      "shade": null,
      "base": "RED",
      "group": "RED"
    }
1 Like

this is strange becouse shade null means no shade to color and color is pure clear RED

1 Like