Ejemplo n.º 1
0
 public IImageTransformer Gamma(float value)
 {
     _image.Gamma(value);
     return(this);
 }