0.0.1 Initial checkin. /JL

This commit is contained in:
2022-12-07 22:12:37 +01:00
parent 7a66df3701
commit 55133f40b0
25 changed files with 9037 additions and 0 deletions
+115
View File
@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="us-ascii"?>
<!--
TO READ THIS XML IN HUMAN_READABLE TABLE FORMAT, DUMP THE XML INTO THIS UTILITY:
http://codebeautify.org/xml-to-excel-converter
-->
<!--
[I'm not even sure if I want to implement the mapRed, mapGreen and mapBlue fields yet, but this is how they'd work:]...
The red, green and blue values are the colors of the actual beads (used for realistic color rendering).
The mapRed, mapGreen and mapBlue values are the values used for mapping the pixels in your image to the bead color.
99% of the time, these values will be the same.
-->
<colors>
<palletteName>Obama Hope</palletteName>
<color colorIndex="0">
<name>Dark Blue</name>
<productCode>P08</productCode>
<brand>Perler</brand>
<red>43</red>
<green>63</green>
<blue>135</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>21</mapRed>
<mapGreen>21</mapGreen>
<mapBlue>21</mapBlue>
</color>
<color colorIndex="1">
<name>Red</name>
<productCode>P05</productCode>
<brand>Perler</brand>
<red>240</red>
<green>24</green>
<blue>32</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>64</mapRed>
<mapGreen>64</mapGreen>
<mapBlue>64</mapBlue>
</color>
<color colorIndex="2">
<name>Light Blue</name>
<productCode>P09</productCode>
<brand>Perler</brand>
<red>51</red>
<green>112</green>
<blue>192</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>107</mapRed>
<mapGreen>107</mapGreen>
<mapBlue>107</mapBlue>
</color>
<color colorIndex="3">
<name>Pastel Blue</name>
<productCode>P52</productCode>
<brand>Perler</brand>
<red>83</red>
<green>144</green>
<blue>209</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>149</mapRed>
<mapGreen>149</mapGreen>
<mapBlue>149</mapBlue>
</color>
<color colorIndex="4">
<name>Toothpaste</name>
<productCode>P58</productCode>
<brand>Perler</brand>
<red>147</red>
<green>200</green>
<blue>212</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>192</mapRed>
<mapGreen>192</mapGreen>
<mapBlue>192</mapBlue>
</color>
<color colorIndex="5">
<name>White</name>
<productCode>P01</productCode>
<brand>Perler</brand>
<red>241</red>
<green>241</green>
<blue>241</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>235</mapRed>
<mapGreen>235</mapGreen>
<mapBlue>235</mapBlue>
</color>
</colors>