PixiEditor / ColorPicker

Customizable Color Picker control for WPF and AvaloniaUI
https://pixieditor.net/colorpicker
MIT License
247 stars 25 forks source link

RGB rounding inconsistency #22

Closed Equbuxu closed 2 years ago

Equbuxu commented 2 years ago

The RGB values next to the sliders are rounded to the nearest whole number (N0), but the RGB values in the hex string are obtained by rounding the original values down. Because of that, the RGB values next to the sliders are sometimes off by 1.

This will be fixed soon (in the next release).