diff options
author | Kongfa Waroros <gongpha@hotmail.com> | 2021-02-17 12:30:56 +0700 |
---|---|---|
committer | Kongfa Waroros <gongpha@hotmail.com> | 2021-03-09 14:58:19 +0700 |
commit | d295d53b4a31191522627a3b40e3f367cfbc05a6 (patch) | |
tree | 69eba5157fd905a5e4a5abd058756292f7bb1a4e /doc/classes | |
parent | 85cb3c044d3d753658ad4aa7499cbe6b6ad92e7a (diff) |
Add interpolation bar on each channel in ColorPicker
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 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> |