A www.Sockets4.NET class library

ImageCanvas.Brighten Method 

Brightens or darkens the image by specified amount. 100 is no change, 50 would be half as bright, 200 would be twice as bright

public void Brighten(
   int amount
);

Parameters

amount
Percentage by which to brighten/darken the image

See Also

ImageCanvas Class | Sockets4Images Namespace