summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Bradfield <cb@scribe.net>2017-12-04 14:54:16 -0800
committerGitHub <noreply@github.com>2017-12-04 14:54:16 -0800
commit6b7fc288fb42731ea04c21ffd7b26b9c63bd8fdb (patch)
tree65607fbbeec899cadf44c22bc67307e7b80a16d0 /doc
parent03b0257ca74a50fd33396ebcd77cf1c51749a20f (diff)
parente0ced07fff9266b646729a47241e34f60b138729 (diff)
Merge pull request #13974 from willnationsdev/colorpickerbutton-docs
[DOCS] ColorPickerButton member/method descs
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/ColorPickerButton.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml
index c538f66779..c8a4b850d0 100644
--- a/doc/classes/ColorPickerButton.xml
+++ b/doc/classes/ColorPickerButton.xml
@@ -15,13 +15,16 @@
<return type="ColorPicker">
</return>
<description>
+ Returns the [code]ColorPicker[/code] that this [code]ColorPickerButton[/code] toggles.
</description>
</method>
</methods>
<members>
<member name="color" type="Color" setter="set_pick_color" getter="get_pick_color">
+ The currently selected color.
</member>
<member name="edit_alpha" type="bool" setter="set_edit_alpha" getter="is_editing_alpha">
+ If [code]true[/code] the alpha channel in the displayed [ColorPicker] will be visible. Default value: [code]true[/code].
</member>
</members>
<signals>
@@ -29,7 +32,7 @@
<argument index="0" name="color" type="Color">
</argument>
<description>
- Emitted when the color is changed.
+ Emitted when the color changes.
</description>
</signal>
</signals>