コード例 #1
0
 public static void RemoveRedEyeFilter(Photo photo)
 {
     Console.WriteLine("removed redeye");
 }
コード例 #2
0
 public void ApplyContrast(Photo photo)
 {
     Console.WriteLine("apply contrast");
 }
コード例 #3
0
 public void Resize(Photo photo)
 {
     Console.WriteLine("resize photo");
 }
コード例 #4
0
 public void ApplyBrightness(Photo photo)
 {
     Console.WriteLine("Apply brightness");
 }