private void pictureBox_MouseUp(object sender, MouseEventArgs e) { Bitmap b = new Bitmap(pictureBox.Image); Color color = b.GetPixel(e.X, e.Y); }