cyotek / Cyotek.Windows.Forms.ColorPicker

Color picker control suite for Windows Forms applications.
http://cyotek.com/blog/tag/colorpicker
MIT License
149 stars 41 forks source link

Use IronPython to parse palettes from SwatchBooker #11

Closed xan2622 closed 7 years ago

xan2622 commented 7 years ago

Hello

Have you ever thought of using http://ironpython.net to reuse code from SwatchBooker and parse its different files formats ?

I am not a developer but I've heard IronPython can be used in C# projects.

Feel free to close this issue if it's not relevant.

cyotek commented 7 years ago

Hello,

Thanks for the suggestion. As SwatchBooker uses XML for its palette files, there's no need for me to get exotic, I can read them natively without needing to use any additional libraries.

Regards; Richard Moss