Color Picker made in C# Windows Forms
To do:
-Color picker needs anti aliasing (Look into Layered Windows or switch to WPF entirely for more effects and control.)
(Look into WinUI and UWP also.)
-It may be preferable to take a screenshot of the screen and colorpick from that instead. We could then have the colorpicker cover the point it is picking from as it does in most art applications. I think this might need additional work to support multiple monitors.
-Add drag and drop with smooth animations to the color palette.
-Functionality to edit/make colors within the app on top of being able to pick colors from the screen.