Needle assignment for DST files

This part contains the needle assignment to the sequences of a DST file.

Example:

"NeedleAssignment"
The yellow marked text is the needle number. So in this example the needle number starts with 0.

It is possible to change that “StartIndex”: 0.

"UsedConeDefs"
This object descripts the color information of each needle.

"R", “G”, “B” values are mandatory, all other parameters are optional.


  "NeedleAssignment": {
    "0": [
      0
    ],
    "1": [
      1,
      2,
      3
    ],
…
  "UsedConeDefs": [
    {
      "R": 79,
      "G": 0,
      "B": 147,
      "ColorNumber": 9057,
      "ColorName": "vanessa purple",
      "Manufacturer": "A&E",
      "Name": "Robinson Anton"
    },
    {
      "R": 196,
      "G": 30,
      "B": 58,
      "ColorNumber": 5566,
      "ColorName": "radiant red",
      "Manufacturer": "A&E",
      "Name": "Robinson Anton"
    },
    {
      "R": 61,
      "G": 142,
      "B": 51,
      "ColorNumber": 5540,
      "ColorName": "kelly",
      "Manufacturer": "A&E",
      "Name": "Robinson Anton"
    },
    {
      "R": 249,
      "G": 99,
      "B": 2,
      "ColorNumber": 5769,
      "ColorName": "dark texas orange",
      "Manufacturer": "A&E",
      "Name": "Robinson Anton"
    },
    {
      "R": 163,
      "G": 127,
      "B": 20,
      "ColorNumber": 5906,
      "ColorName": "th gold",
      "Manufacturer": "A&E",
      "Name": "Robinson Anton"
    },
    {
      "R": 234,
      "G": 175,
      "B": 15,
      "ColorNumber": 5766,
      "ColorName": "manila",
      "Manufacturer": "A&E",
      "Name": "Robinson Anton"
    }
  ],
  "StartIndex": 0
}