aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Image.xml
diff options
context:
space:
mode:
authorJuan Linietsky2018-06-11 13:41:16 -0300
committerJuan Linietsky2018-06-11 13:41:16 -0300
commitd5bb6faac77334154d2b16a3ff2d7ef6479b98be (patch)
treed8cd67bd46525102b4ebd4dc3591981966fcdfd4 /doc/classes/Image.xml
parent76875ba145c5745033d0a1c9fda2f4349e2509b3 (diff)
downloadgodot-d5bb6faa.tar.gz
godot-d5bb6faa.tar.zst
godot-d5bb6faa.zip
-Make sure that ProjectSettings are properly dumped when dumping docs.
-Documented all properties of project settings Update documentation for ProjectSettings
Diffstat (limited to 'doc/classes/Image.xml')
-rw-r--r--doc/classes/Image.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 760b0c6bd..9fc7672a8 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -393,6 +393,12 @@
Resizes the image to the nearest power of 2 for the width and height. If [code]square[/code] is [code]true[/code] then set width and height to be the same.
</description>
</method>
+ <method name="rgbe_to_srgb">
+ <return type="Image">
+ </return>
+ <description>
+ </description>
+ </method>
<method name="save_png" qualifiers="const">
<return type="int" enum="Error">
</return>