title | layout |
---|---|
hair.xml |
wiki |
{% include toc.md %}
The colors.xml
and hair.xml
files are used to dynamically dye a sprite image (for characters hair, notably ) using a pre-defined dye channel.
Here is a description of the different parameters of this file:
Here is a colors.xml file sample:
{% highlight xml %}
{% endhighlight %}Parameter | Value type | Description |
---|---|---|
id | Integer | Color ID used by the client for internally store the color. |
name | string | Color name displayed in the client when necessary. |
value | string ([dye channel](image_dyeing_system.html) format) |
Color channel using the format `#\<channel1\>,\<channel2\>,\<channel3\>`,... See the dye System for more information. |