classref: Sync with current master branch (61598c5)

This commit is contained in:
Godot Organization
2024-08-31 03:20:27 +00:00
parent a4d82aefc9
commit c2cd63bf4e
79 changed files with 2945 additions and 425 deletions

View File

@@ -1748,8 +1748,6 @@ Overwrites data of an existing **Image**. Non-static equivalent of :ref:`create_
Sets the :ref:`Color<class_Color>` of the pixel at ``(x, y)`` to ``color``.
\ **Example:**\
.. tabs::
@@ -1785,8 +1783,6 @@ This is the same as :ref:`set_pixelv<class_Image_method_set_pixelv>`, but with a
Sets the :ref:`Color<class_Color>` of the pixel at ``point`` to ``color``.
\ **Example:**\
.. tabs::