Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have an instance of Image class. I want to get values of Red, Green, Blue components from the instance. I'm in dark. Please help me! Thanks! NPS.
System.Drawing.Bitmap b = new System.Drawing.Bitmap("yor flene"); System.Drawing.Color color = b.GetPixel(100,100); color.ToArgb();