Add a separate hue gradient for OKHSL mode

This commit is contained in:
kobewi
2022-10-17 16:51:52 +02:00
parent eddaab17ea
commit f5981ff19d
4 changed files with 6 additions and 1 deletions

View File

@ -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>