From e0ced07fff9266b646729a47241e34f60b138729 Mon Sep 17 00:00:00 2001 From: Will Nations Date: Mon, 4 Dec 2017 12:57:59 -0600 Subject: [PATCH] [DOCS] ColorPickerButton member/method descs --- doc/classes/ColorPickerButton.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml index c538f66779f..c8a4b850d06 100644 --- a/doc/classes/ColorPickerButton.xml +++ b/doc/classes/ColorPickerButton.xml @@ -15,13 +15,16 @@ + Returns the [code]ColorPicker[/code] that this [code]ColorPickerButton[/code] toggles. + The currently selected color. + If [code]true[/code] the alpha channel in the displayed [ColorPicker] will be visible. Default value: [code]true[/code]. @@ -29,7 +32,7 @@ - Emitted when the color is changed. + Emitted when the color changes.