In Visual basic I want to determine which of two pixels is the brightest, if they are both of the color variable what would be the easiest and most efficient way to go about doing this?
Use the Color.GetBrightness function I suppose... http://msdn.microsoft.com/en-us/library/system.drawing.color.getbrightness(v=vs.71).aspx