示例#1
0
 public override Bitmap Apply(Bitmap bmp)
 {
     ImageHelpers.ColorDepth(bmp, BitsPerChannel);
     return(bmp);
 }