[WinForms] Photoshop Color Palette window

One day, my application for ambient backlighting for a monitor required a color selection window that provided more functionality than the standard window in the form editor. And then I remembered that Photoshop has a very convenient in all senses color selection window from the palette.

Of course, I had to tinker a little to implement approximate functionality without the visual artifacts that WinForms is famous for. A color library was also implemented to store preferred options so that when creating backlight profiles I wouldn’t have to search for them again and again.

Now I can set any color for the addressable LED strip based on the AVR controller in real time. This simplifies debugging the software and hardware of my custom project.