2 using System.Collections.Generic;
6 namespace DirectOutput.Cab.Toys.Layer
40 base[LayerNr] = value;
52 public int GetResultingValue()
58 foreach (KeyValuePair<int, AnalogAlphaLayer> KV
in this)
60 int Alpha = KV.
Value.Alpha ;
63 Value = AlphaMappingTable.AlphaMapping[255 - Alpha, (int)Value] + AlphaMappingTable.AlphaMapping[Alpha, KV.Value.Value];