Needle color definition

This is the section for the needle color definition.

The color definition is only valid for the text only case. If a design is combined with a text, the needle colors are defined by the design colors.

Each needle is defined by the RGB color and the color name.

The first entry, in this case “Red”, is the definition for needle 1.
So, it starts with 1 and not 0.


  "Needle": [
    {
      "Red": 255,
      "Green": 0,
      "Blue": 0,
      "Name": "Red"
    },
    {
      "Red": 0,
      "Green": 255,
      "Blue": 0,
      "Name": "Green"
    },
    {
      "Red": 0,
      "Green": 0,
      "Blue": 255,
      "Name": "Blue"
    }
  ]