public static void Processador(Foto foto)
 {
     filtros(foto);
 }
Exemplo n.º 2
0
 public void RedimensionarTamanhoMedio(Foto foto)
 {
     Console.WriteLine("FotoFiltro > RedimensionarTamanhoMedio: " + foto.Nome);
 }
Exemplo n.º 3
0
 public void GerarThumb(Foto foto)
 {
     Console.WriteLine("FotoFiltro > GerarThumb: " + foto.Nome);
 }
Exemplo n.º 4
0
 public void PretoBranco(Foto foto)
 {
     Console.WriteLine("FotoFiltro > PretoBranco: " + foto.Nome);
 }
Exemplo n.º 5
0
 public void Colorir(Foto foto)
 {
     Console.WriteLine("FotoFiltro > Colorir: " + foto.Nome);
 }