diff options
author | Will Nations <willnationsdev@gmail.com> | 2017-12-04 12:57:59 -0600 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2017-12-04 14:27:45 -0600 |
commit | e0ced07fff9266b646729a47241e34f60b138729 (patch) | |
tree | 879d22c4d7f15773d22c7b0dfa9e5020c0fc86b6 | |
parent | faaa012b843466805a41f90edf69442c69a3aeea (diff) |
[DOCS] ColorPickerButton member/method descs
-rw-r--r-- | doc/classes/ColorPickerButton.xml | 5 |
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> |