mbasaglia / Qt-Color-Widgets

Color wheel widget and dialog for Qt
147 stars 54 forks source link

Add property for disabling lum-sat square rotation #11

Closed callaa closed 9 years ago

callaa commented 9 years ago

I received this feature request for my program that uses Qt-Color-Picker. Picking shades with the non-rotating color wheel is easier, and this style is fairly commonly used, including by programs such as Krita, Photoshop and Sai.

mbasaglia commented 9 years ago

OK, after merging I'll make it have the black part on the bottom as it would look nicer that way.

callaa commented 9 years ago

Thanks!

mbasaglia commented 9 years ago

I've got an idea: maybe I'll replace rotatingSquare with a set of flags and add more style options. For one thing I'd like to make it a triangle, maybe I can also add support to display it in the HSL color space (right now it's HSV).