Difference between revisions of "Documentation:The Editor and data format"

Jump to navigation Jump to search
Line 108: Line 108:
[[File:ColorPicker.png|400px]]
[[File:ColorPicker.png|400px]]


After selecting the color in the picker copy the hex code of that color and paste it in the list of colors in the Editor.
After selecting the color in the picker copy the hex code of that color and paste it into the list of colors in the Editor.


''Colors'' in the list have implicit indices that start with 0. The 0th color (the first color in the list) is the default color of the layer. Once you have specified it, all the events will have that color. To use other colours in the list you specify their indices in the Color field of the event you want to apply that color to. Notice in the example how I use index 1 in the orange event: <code>orange event;;;;1978;1982;1</code>
''Colors'' in the list have implicit indices that start with 0. The 0th color (the first color in the list) is the default color of the layer. Once you have specified it, all the events will have that color. To use other colours in the list you specify their indices in the Color field of the event you want to apply that color to. Notice in the example how I use index 1 in the orange event: <code>orange event;;;;1978;1982;1</code>

Navigation menu