Method GetRgb
GetRgb(int, int, out byte, out byte, out byte)
Reads one pixel as RGB, converting from whatever colour model the image carries.
public void GetRgb(int x, int y, out byte r, out byte g, out byte b)
Reads one pixel as RGB, converting from whatever colour model the image carries.
public void GetRgb(int x, int y, out byte r, out byte g, out byte b)