This is my GetPixel/SetPixel code for increasing the reds and purples in an image
privatevoid redsAndPurplesToolStripMenuItem_Click(object sender, EventArgs e)
{// Get bitmap from picturebox
Bitmap bmpMain = (Bitmap)pictureBoxMain.Image.Clone();
// search through each pixel via x, y...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.