ColorPicker
ColorPicker copied to clipboard
Customizable Color Picker control for WPF and AvaloniaUI
I would like to restyle some of the controls to fit the rest of my application, but I can't because tons of the library is marked as internal, or parts...
Please add the ability to remove the background on the Border in the PortableColorPicker:
The fix is to set UseLayoutRounding="False" for ColorSliders and SquarePicker
the SquarePicker triggers color change two times as it sets HeadX and HeadY. therefore SelectedColor change value twice when using the squarepicker.
[AvaloniaPixiColorPickerFluent.zip](https://github.com/user-attachments/files/17083752/AvaloniaPixiColorPickerFluent.zip) **PortableColorPicker** not work when **FluentTheme** is added to App.axaml, but when I add **SimpleTheme**, it works fine. In attachment I added simple avalonia project with not working case, and...
Hey, in 32-bit color situations, or HDR color situations, RGBA values can go beyond 1.0f. This currently isn't really supported in the color picker. Would it be much work to...