From faf21b81e82c1a27897932c309c800b7dee94d32 Mon Sep 17 00:00:00 2001 From: "Daniel J. Ramirez" Date: Thu, 28 Apr 2016 16:45:47 -0500 Subject: [PATCH] Documentation for Canvas Modulate, ColorPicker, ColorPickerButton --- doc/base/classes.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 68d5b3e0714..7f46ee1f87a 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -7015,20 +7015,24 @@ + Tint the entire canvas + CanvasModulate tints the canvas elements using its asigned color + Sets the canvas tint color + Gets the canvas tint color @@ -8001,30 +8005,35 @@ + When set to true, every color channel will be represented as a value from 0 to 1, insetead of 0, 255. + Returns whether this color picker is in raw mode or not + Set true if you want the color to have an alpha channel (transparency), or false if you want a solid color. + Returns whether the color has transparency or not. + Adds the current selected to color to a list of colors (presets), the presets will be displayed in the color picker and the user will be able to select them, notice that the presets list is only for this color picker. @@ -8033,7 +8042,7 @@ - Emitted when the color changes. + Emitted when the color is changed. @@ -8058,32 +8067,38 @@ + Button that pops out a [ColorPicker] + Encapsulates a [ColorPicker] making it accesible by pressing a button, pressing the button will toggle the [ColorPicker] visibility + Sets the current color + Gets the current color + See [method ColorPicker.set_edit_alpha] + See [method ColorPicker.is_edit_alpha] @@ -8092,6 +8107,7 @@ + Emitted when the color is changed.