summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-11-03 11:51:45 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-11-03 11:51:45 +0100
commit3cde6c0432d33ccc5f2c2cd9e2419a7f4c03502a (patch)
tree179ee55d766b4fb2914f9773bc1db3330af2e49d /doc
parent1545f7aff2d1e91f2cf1efd99f384172d2043cb6 (diff)
parent84d6549c75abe27232d40f973f25a3cc2bad0078 (diff)
Merge pull request #67540 from KoBeWi/hue_hue_hue
Add a separate hue gradient for OKHSL mode
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/ColorPicker.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml
index cd1d0b016d..7b71dbc362 100644
--- a/doc/classes/ColorPicker.xml
+++ b/doc/classes/ColorPicker.xml
@@ -151,6 +151,9 @@
<theme_item name="color_hue" data_type="icon" type="Texture2D">
Custom texture for the hue selection slider on the right.
</theme_item>
+ <theme_item name="color_okhsl_hue" data_type="icon" type="Texture2D">
+ Custom texture for the H slider in the OKHSL color mode.
+ </theme_item>
<theme_item name="expanded_arrow" data_type="icon" type="Texture2D">
The icon for color preset drop down menu when expanded.
</theme_item>