mirror of
https://github.com/godotengine/godot.git
synced 2024-12-12 06:04:26 +00:00
Merge pull request #53040 from pycbouh/docs-color-picker-and-button
This commit is contained in:
commit
cd570539ee
@ -5,6 +5,7 @@
|
||||
</brief_description>
|
||||
<description>
|
||||
Displays a color picker widget. Useful for selecting a color from an RGB/RGBA colorspace.
|
||||
[b]Note:[/b] This control is the color picker widget itself. You can use a [ColorPickerButton] instead if you need a button that brings up a [ColorPicker] in a pop-up.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Tween Demo">https://godotengine.org/asset-library/asset/146</link>
|
||||
|
@ -6,6 +6,7 @@
|
||||
<description>
|
||||
Encapsulates a [ColorPicker] making it accessible by pressing a button. Pressing the button will toggle the [ColorPicker] visibility.
|
||||
See also [BaseButton] which contains common properties and methods associated with this node.
|
||||
[b]Note:[/b] By default, the button may not be wide enough for the color preview swatch to be visible. Make sure to set [member Control.rect_min_size] to a big enough value to give the button enough space.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="GUI Drag And Drop Demo">https://godotengine.org/asset-library/asset/133</link>
|
||||
|
Loading…
Reference in New Issue
Block a user