diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index f970da8b4bd..b17ed2a8017 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -6905,20 +6905,24 @@
+ Tint the entire canvas
+ CanvasModulate tints the canvas elements using its asigned color
+ Sets the canvas tint color
+ Gets the canvas tint color
@@ -7891,30 +7895,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.
@@ -7923,7 +7932,7 @@
- Emitted when the color changes.
+ Emitted when the color is changed.
@@ -7948,32 +7957,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]
@@ -7982,6 +7997,7 @@
+ Emitted when the color is changed.