<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="opalsPaletteStyle.xsl" ?>

<!-- Palette Definition for Opals -->
<OpalsPalette>
  <name>Scaleable Differences Palette (with one grey interval above and below zero)</name>
  <comment>Schema: Differences are color-coded from negative (in red or Hell) to positive (in blue or Heaven). Differences close to zero are shown in grey.</comment>
  <comment>This palette is usefull for the following purposes:</comment>
  <comment>a) color coding of differences in multiples of expected standard deviation STD;</comment>
  <comment>   Differences between ± 1*STD appear in grey. Differences from +1*STD to +2*STD appear in light green and differences from -1*STD to -2*STD appear in light yellow, etc. The darkness of the color grows with the factor of STD.</comment>
  <comment>b) marking of differences fullfilling a tolerance TOL;</comment>
  <comment>   Differences between ± TOL (and thus fullfilling TOL) appear in grey. Differences exceeding ± TOL appear in color.</comment>
  <comment></comment>
  <comment>Use either STD or TOL as scalar factor for -scalePal in opalsZcolor.</comment>
  <comment> </comment>
  <comment>Hint on rows in palette definition: all values within [this_val, next_larger_val) get this_color</comment>
  <values type="RGB255" />
  <entry val="BG"    R="194" G="194" B="194" comment="background color" />
  <entry val=" 5"  R="  0" G=" 68" B="144" comment="[this_class_bound, +Infinity) (overflow color)" />
  <entry val=" 4"  R="  2" G="132" B="140" comment="[this_class_bound, next_larger_class_bound)" />
  <entry val=" 3"  R=" 41" G="171" B="136" comment="" />
  <entry val=" 2"  R="128" G="219" B="149" comment="" />
  <entry val=" 1"  R="208" G="254" B="202" comment=""/>
  <entry val=" 0"  R="241" G="241" B="241" comment="[this_class_bound, next_larger_class_bound)" />
  <entry val="-1"  R="240" G="240" B="240" comment="[this_class_bound, next_larger_class_bound)" />
  <entry val="-2"  R="255" G="254" B="182" comment="" />
  <entry val="-3"  R="249" G="221" B=" 63" comment="" />
  <entry val="-4"  R="249" G="151" B=" 63" comment="" />
  <entry val="-5"  R="235" G=" 61" B="  0" comment="[this_class_bound, next_larger_class_bound)" />
  <entry val="uf"    R="153" G="  0" B="  0" comment="(-Infinity, next_larger_class_bound) (underflow color)" />
</OpalsPalette>
