Hi there,

from an existing template, I want to create a new one that holds the grey values for all the color values of the existing template. For each symbol included, a corresponding XML element in the template-xml that looks like the following:

  <Symbol SymbolNum="1">
    <SymbolGraphics  Shade="0" Mask="2032" BorderColor="0" BorderStyle="0" BorderWidth="3" FillColor="16756735" FillColor2="0" BrushType="0" SizeX="125" SizeY="125"/>
    <AttrPort AttrTypeNum="1" Port="5" OrderNum="0"/>
    <AttrStyle AttrTypeNum="1" FontGuid="00000000-0000-0000-0000-000000000000" AsIcon="no" WithName="no" Alignment="1" XOffset="0" YOffset="0" Width="0" Height="0" PreferFontStyleSheet="no"/>
  </Symbol>

Here, I am interested which standard is used to identify the color by the values of attributes like "FillColor". In the template data that I exported, the value is a 8-digit number (most of the cases).

Does anyone know which standard this is?

E.g. if this woulkd be an RGB-type encoding, I would expect 3 digits for each R, G, and B, i.e. in total a 9-digit number.

BR,

Stefan

 or register to reply.

Notify Moderator