12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
- .. _class_ColorPickerButton:
- ColorPickerButton
- =================
- **Inherits:** :ref:`Button<class_button>` **<** :ref:`BaseButton<class_basebutton>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +----------------------------+----------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_color<class_ColorPickerButton_set_color>` **(** :ref:`Color<class_color>` color **)** |
- +----------------------------+----------------------------------------------------------------------------------------------------------+
- | :ref:`Color<class_color>` | :ref:`get_color<class_ColorPickerButton_get_color>` **(** **)** const |
- +----------------------------+----------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_edit_alpha<class_ColorPickerButton_set_edit_alpha>` **(** :ref:`bool<class_bool>` show **)** |
- +----------------------------+----------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_editing_alpha<class_ColorPickerButton_is_editing_alpha>` **(** **)** const |
- +----------------------------+----------------------------------------------------------------------------------------------------------+
- Signals
- -------
- - **color_changed** **(** :ref:`Color<class_color>` color **)**
- Member Function Description
- ---------------------------
- .. _class_ColorPickerButton_set_color:
- - void **set_color** **(** :ref:`Color<class_color>` color **)**
- .. _class_ColorPickerButton_get_color:
- - :ref:`Color<class_color>` **get_color** **(** **)** const
- .. _class_ColorPickerButton_set_edit_alpha:
- - void **set_edit_alpha** **(** :ref:`bool<class_bool>` show **)**
- .. _class_ColorPickerButton_is_editing_alpha:
- - :ref:`bool<class_bool>` **is_editing_alpha** **(** **)** const
|