I'm using the MyBitmap.GetPixel(x, y) method. However it returns a value in as a color. I need to see if that color equals a predefined color. My issue is I want to code in that color myself, not compare 2 pixels. how do i see if the pixel is equal to [255,255,255] (which is white)? whenever i use Color.White it doesnt work!


also is there a way to have VB change a 24Bit image into as a 8 bit gray scale? I'm highly new to the .NET world, (incase you havent noticed )