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

View File

@@ -0,0 +1,131 @@
<?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>Purples &amp; Oranges</palletteName>
<color colorIndex="0">
<name>Purple</name>
<productCode>P07</productCode>
<brand>Perler</brand>
<red>96</red>
<green>64</green>
<blue>137</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>18</mapRed>
<mapGreen>18</mapGreen>
<mapBlue>18</mapBlue>
</color>
<color colorIndex="1">
<name>Pastel Lavender</name>
<productCode>P54</productCode>
<brand>Perler</brand>
<red>138</red>
<green>114</green>
<blue>193</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>55</mapRed>
<mapGreen>55</mapGreen>
<mapBlue>55</mapBlue>
</color>
<color colorIndex="2">
<name>Light Lavender</name>
<productCode>P82</productCode>
<brand>Perler</brand>
<red>173</red>
<green>152</green>
<blue>212</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>91</mapRed>
<mapGreen>91</mapGreen>
<mapBlue>91</mapBlue>
</color>
<color colorIndex="3">
<name>Butterscotch</name>
<productCode>P90</productCode>
<brand>Perler</brand>
<red>212</red>
<green>132</green>
<blue>55</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>128</mapRed>
<mapGreen>128</mapGreen>
<mapBlue>128</mapBlue>
</color>
<color colorIndex="4">
<name>Cheddar</name>
<productCode>P57</productCode>
<brand>Perler</brand>
<red>241</red>
<green>170</green>
<blue>12</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>165</mapRed>
<mapGreen>165</mapGreen>
<mapBlue>165</mapBlue>
</color>
<color colorIndex="5">
<name>Yellow</name>
<productCode>P03</productCode>
<brand>Perler</brand>
<red>236</red>
<green>216</green>
<blue>0</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>201</mapRed>
<mapGreen>201</mapGreen>
<mapBlue>201</mapBlue>
</color>
<color colorIndex="6">
<name>Cream</name>
<productCode>P02</productCode>
<brand>Perler</brand>
<red>224</red>
<green>222</green>
<blue>169</blue>
<isPearl>0</isPearl>
<isTranslucent>0</isTranslucent>
<isNeutral>0</isNeutral>
<isGrayscale>0</isGrayscale>
<disabled>0</disabled>
<mapRed>238</mapRed>
<mapGreen>238</mapGreen>
<mapBlue>238</mapBlue>
</color>
</colors>