Choose a color from anywhere on your screen.
Events
| Name |
|---|
| ColorPicked |
Methods
| Name |
|---|
| Start |
| Stop |
Example
1 | EyeDropper eyeDropper = new EyeDropper(); |
EyeDropper uses a GlobalMouseHook, which operates on a separate thread. Because of this, if you need to update the UI in the ColorPicked event, you must call it from a DispatcherQueue to avoid exceptions.

Demo
you can run demo and see this feature.