summaryrefslogtreecommitdiffstats
path: root/scene/gui/color_mode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-10/+10
* Merge pull request #79037 from dinoplane/move-cached-valuesYuri Sizov2023-07-121-10/+46
|\
| * Moved HSV and OKHSL caching logic into color_modedinoplane2023-07-051-10/+46
* | Merge pull request #78100 from KoBeWi/commit_necromancyYuri Sizov2023-07-121-10/+19
|\ \ | |/ |/|
| * Use S, V in hue bar of ColorPickerkobewi2023-06-111-10/+19
* | Use cached saturation for color picker when value is 0dinoplane2023-06-211-2/+7
* | Use cached hue for color picker when saturation is 0dinoplane2023-06-121-3/+10
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change hue icons to horizontal GradientTexture2Dkobewi2022-11-021-4/+2
* Add a separate hue gradient for OKHSL modekobewi2022-11-021-1/+1
* Improve ColorPicker sliders in OKHSL modekobewi2022-10-181-31/+53
* ColorPicker UX improvementsVitika92022-09-061-28/+27
* Fix Hue slider incorrectly rotated 90 degrees in ColorPickerRindbee2022-08-041-2/+2
* ColorPicker RefactorVitika92022-07-061-0/+330