EasyTrackFadeLineColor
Definable colour for the fadeline.
Colour for each take as 24bit BGR value.
1) Get the desired colour code from a graphic program (MS Paint, Paint Shop pro, etc..) in the order "blue - green - red" and convert them into a hexadecimal code.
2) Put the values together and convert them into a decimal code. Example: 1) Pick out the color code e.g. for "dark blue" (blue: 200, green: 50, red: 25) 2) Convert these values in a hexadecimal code (blue: C8, green: 32, red: 19)
3) Put codes together and convert it back to a decimal code (C83219 hex = 13120025 Dec)
4) Now you have to enter this decimal value into the Admin tool.

Examples:
muted red - 240
black - 0
Possible values: 0... 16777215
Default value: 0