Exemplo n.º 1
0
 public TonalArtMapDeck Render(TAMTemplate template)
 {
     return(new TonalArtMapDeck(template.Columns.ToDictionary(c => c.Key, c => c.Value.ToDictionary(k => k.Key, k => CreateSoleImage(k.Value, k.Key)))));
 }
Exemplo n.º 2
0
 public TamIdDeck Render(TAMTemplate template)
 {
     return(new TamIdDeck(template.Columns.ToDictionary(c => c.Key, c => c.Value.ToDictionary(k => k.Key, k => CreateSoleLayerImages(k.Value, k.Key)))));
 }