PixiEditor / ColorPicker

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

version 3.0.0 #6

Closed Equbuxu closed 3 years ago

Equbuxu commented 3 years ago

Separated the color picker into 4 controls:

other changes:

good luck reviewing those 46 commits

Equbuxu commented 3 years ago

Alpha slider and textbox now get disabled when hidden. I made the textboxes lose focus completely instead of switching to the next element, it makes more sense to me as you would probably use the hex field if your goal is to change all values

CPKreu commented 3 years ago

it makes more sense to me as you would probably use the hex field if your goal is to change all values

Ah yes, lemme just convert that decimal value to a hex value. No problem for my brain.

But it does make more sense generally

flabbet commented 3 years ago

Shouldn't color picker switch to HSV and HSL automatically on HSL and HSV sliders change?