diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-03-09 14:43:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 14:43:26 +0100 |
commit | 18bb36707fb7e2d940e3698a7ffa097be23cb69b (patch) | |
tree | 679d0c20afd119d0b5475558a94563a22d83b2ca /doc | |
parent | ca1db9626c8ad107ba975a86865f3c55ed97011b (diff) | |
parent | d295d53b4a31191522627a3b40e3f367cfbc05a6 (diff) |
Merge pull request #46110 from gongpha/colorbar-in-colorpicker
Add color interpolation bar on each channel in ColorPicker
Diffstat (limited to 'doc')
-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 aea3542867..2fc4313e47 100644 --- a/doc/classes/ColorPicker.xml +++ b/doc/classes/ColorPicker.xml @@ -91,6 +91,9 @@ <theme_item name="add_preset" type="Texture2D"> The icon for the "Add Preset" button. </theme_item> + <theme_item name="bar_arrow" type="Texture2D"> + The texture for the arrow grabber. + </theme_item> <theme_item name="color_hue" type="Texture2D"> Custom texture for the hue selection slider on the right. </theme_item> |