summaryrefslogtreecommitdiff
path: root/doc/classes/ColorPicker.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-03-13 17:02:07 +0100
committerGitHub <noreply@github.com>2020-03-13 17:02:07 +0100
commit0ed8d05314c9c1deeb6f45da3960b31aef7deed7 (patch)
tree1bf685c73ef05b90b3342869dae1785f72aa9cd5 /doc/classes/ColorPicker.xml
parent88dd5d374fd4f9653b37b93a08df6ddac035f0ea (diff)
parente103f21a40ef157cd263b60cf0d9c5750156ec98 (diff)
Merge pull request #36773 from KoBeWi/thats_a_lotta_docs
Add LOTS of missing docs
Diffstat (limited to 'doc/classes/ColorPicker.xml')
-rw-r--r--doc/classes/ColorPicker.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml
index 5ab929d911..d8b4a8f76c 100644
--- a/doc/classes/ColorPicker.xml
+++ b/doc/classes/ColorPicker.xml
@@ -88,26 +88,34 @@
</constants>
<theme_items>
<theme_item name="add_preset" type="Texture2D">
+ The icon for the "Add Preset" button.
</theme_item>
<theme_item name="color_hue" type="Texture2D">
+ Custom texture for the hue selection slider on the right.
</theme_item>
<theme_item name="color_sample" type="Texture2D">
</theme_item>
<theme_item name="h_width" type="int" default="30">
+ The width of the hue selection slider.
</theme_item>
<theme_item name="label_width" type="int" default="10">
</theme_item>
<theme_item name="margin" type="int" default="4">
+ The margin around the [ColorPicker].
</theme_item>
<theme_item name="overbright_indicator" type="Texture2D">
+ The indicator used to signalize that the color value is outside the 0-1 range.
</theme_item>
<theme_item name="preset_bg" type="Texture2D">
</theme_item>
<theme_item name="screen_picker" type="Texture2D">
+ The icon for the screen color picker button.
</theme_item>
<theme_item name="sv_height" type="int" default="256">
+ The height of the saturation-value selection box.
</theme_item>
<theme_item name="sv_width" type="int" default="256">
+ The width of the saturation-value selection box.
</theme_item>
</theme_items>
</class>