Method ChangeBrightness
ChangeBrightness(double)
Changes the brightness(value) of each pixel in the image.
public virtual void ChangeBrightness(double factor)
Parameters
factor
doubleA double in the range [-1.0..+1.0], where -1.0 corresponds to -100 percent and +1.0 corresponds to +100 percent.