Do you want to create an UIColor from RGB value?
Here the snipplet:
pixel
[C#] Get Pixel Color At X,Y
Hello,
a simple trick for you to get pixel color on a particular position of your screen with Windows GDI32.dll API libs.
First of all, you need to import Win32 API: