Skip to content

Proposed RGBA Colors Serialization

i8degrees edited this page Oct 2, 2014 · 1 revision
{
  "colors":
  [
    {
      "SkyBlue":
      {
        "rgba":
        {
          "r": 110,
          "g": 144,
          "b": 190,
          "a": 255
        }
      },
      "Magenta":
      {
        "rgba":
        {
          "r": 255,
          "g": 0,
          "b": 255,
          "a": 255
        }
      }
    }
  ]
}

Clone this wiki locally