https://nmscd.github.io/nmscolorparser/
This mini app reads the exml files and shows the colors of each property visually. The number represents the index of that color in their parent property.
Example:
- LEGACYBASECOLOURPALETTES
- BASECOLOURPALETTES
- WATERCOLOURS
- SPACERARESKYCOLOURS
- SPACESKYCOLOURS
- DAYSKYCOLOURS
- DAYSKYCOLOURS_FIRESTORM
- DAYSKYCOLOURS_GRAVSTORM
- DUSKSKYCOLOURS
- NIGHTSKYCOLOURS
<Property value="Colour.xml">
<Property name="R" value="0.7839" />
<Property name="G" value="0.41184" />
<Property name="B" value="0.02691" />
<Property name="A" value="1" />
</Property>
R = Math.round(0.7839 * 255); // result: 200