diff options
author | kobewi <kobewi4e@gmail.com> | 2022-10-17 16:51:52 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-11-02 14:44:41 +0100 |
commit | f5981ff19dfa98ac2252900ce63d3ae6a2f0c003 (patch) | |
tree | 13866534800d4090d2bebf18f6ba0c861e74ccc7 /doc/classes | |
parent | eddaab17eaffeef3ad38612bf72a901fd0ffcde5 (diff) |
Add a separate hue gradient for OKHSL mode
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ColorPicker.xml | 3 |
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> |