summaryrefslogtreecommitdiff
path: root/doc/classes/ColorPickerButton.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ColorPickerButton.xml')
-rw-r--r--doc/classes/ColorPickerButton.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml
index 09b828366f..770daa79c6 100644
--- a/doc/classes/ColorPickerButton.xml
+++ b/doc/classes/ColorPickerButton.xml
@@ -13,15 +13,13 @@
</tutorials>
<methods>
<method name="get_picker">
- <return type="ColorPicker">
- </return>
+ <return type="ColorPicker" />
<description>
Returns the [ColorPicker] that this node toggles.
</description>
</method>
<method name="get_popup">
- <return type="PopupPanel">
- </return>
+ <return type="PopupPanel" />
<description>
Returns the control's [PopupPanel] which allows you to connect to popup signals. This allows you to handle events when the ColorPicker is shown or hidden.
</description>
@@ -38,8 +36,7 @@
</members>
<signals>
<signal name="color_changed">
- <argument index="0" name="color" type="Color">
- </argument>
+ <argument index="0" name="color" type="Color" />
<description>
Emitted when the color changes.
</description>