Color picker now offers full HSV selection

Added a slider to choose value, which re-renders the rainbow-colored
box on the left (which now only displays hue/saturation).
This commit is contained in:
Bill Kendrick 2022-03-02 01:30:36 -08:00
parent 128f73f731
commit 0c858122b5
3 changed files with 247 additions and 64 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.February.27 (0.9.28)
2022.March.2 (0.9.28)
* Improvements to "Paint" and "Lines" tools:
------------------------------------------
* Brush spacing may now be altered within Tux Paint.
@ -106,6 +106,10 @@ http://www.tuxpaint.org/
form a desired color. Undo/Redo is available!
Bill Kendrick <bill@newbreedsoftware.com>
* The rainbow palette color picker now acts as a true
Hue/Saturation/Value picker, with the addition of a "value" slider.
Bill Kendrick <bill@newbreedsoftware.com>
* Show a "pipette"-shaped mouse pointer when selecting a
color from the color palette, or the picture.
Bill Kendrick <bill@newbreedsoftware.com>