cyotek / Cyotek.Windows.Forms.ColorPicker

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

certain RGB values are lost while using the program #39

Closed GFolchez closed 2 years ago

GFolchez commented 2 years ago

When using the dialog if a color is entered that has a rounding error the program will output an incorrect color. For example the color 0xECFFEC, gets converted to 0xEBFFEB. These errors are fixed by adding rounding the HSL conversion routine. I've also added some test cases to demonstrate the error.

cyotek commented 2 years ago

Thank you for the contribution!