0.0.1 Initial checkin. /JL
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
<?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>Primary, White & Black</palletteName>
|
||||
|
||||
<!-- /////////////////////////////////////////////////
|
||||
///////// PERLER /////////////////////////////////////
|
||||
////////////////////////////////////////////////// -->
|
||||
<color colorIndex="0">
|
||||
<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>1</isNeutral>
|
||||
<isGrayscale>1</isGrayscale>
|
||||
<disabled>0</disabled>
|
||||
</color>
|
||||
<color colorIndex="1">
|
||||
<name>Black</name>
|
||||
<productCode>P18</productCode>
|
||||
<brand>Perler</brand>
|
||||
<red>46</red>
|
||||
<green>47</green>
|
||||
<blue>50</blue>
|
||||
<isPearl>0</isPearl>
|
||||
<isTranslucent>0</isTranslucent>
|
||||
<isNeutral>1</isNeutral>
|
||||
<isGrayscale>1</isGrayscale>
|
||||
<disabled>0</disabled>
|
||||
</color>
|
||||
<color colorIndex="2">
|
||||
<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>
|
||||
</color>
|
||||
<color colorIndex="3">
|
||||
<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>
|
||||
</color>
|
||||
<!-- ######################### -->
|
||||
<!-- Original Red from LThanda -->
|
||||
<!-- ######################### -->
|
||||
<!--
|
||||
<color colorIndex="4">
|
||||
<name>Red</name>
|
||||
<brand>Perler</brand>
|
||||
<red>192</red>
|
||||
<green>46</green>
|
||||
<blue>64</blue>
|
||||
<isPearl>0</isPearl>
|
||||
<isTranslucent>0</isTranslucent>
|
||||
<isNeutral>0</isNeutral>
|
||||
<isGrayscale>0</isGrayscale>
|
||||
<disabled>0</disabled>
|
||||
</color>
|
||||
-->
|
||||
<!-- ########################### -->
|
||||
<!-- Adjusted Red from SafetyDad -->
|
||||
<!-- ########################### -->
|
||||
<color colorIndex="4">
|
||||
<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>
|
||||
</color>
|
||||
</colors>
|
||||
Reference in New Issue
Block a user