Making image editing tool in C#-Brightness of an image

 
Now next article of this series describes how to set the brightness of an image.
For this we can use concept of colormatrix class of system.Drawing namespace.ColorMattrix defines a 5 x 5 matrix that contains the coordinates for the RGBAW space.

Continue reading “Making image editing tool in C#-Brightness of an image”