summaryrefslogtreecommitdiffstats
path: root/doc/classes/Image.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-06-27 12:33:39 +0200
committerGitHub <noreply@github.com>2019-06-27 12:33:39 +0200
commit560f55da5143d141fea56c0cbedd442bd3d2095b (patch)
tree85bfe8288a7c5762ffb7f240a2ee7b02e5280329 /doc/classes/Image.xml
parent755b589384eedbd3843fe7263cbc655633b8bd7e (diff)
parent71d53637b5bce5519800a5cadfa2e42750b8b793 (diff)
downloadredot-engine-560f55da5143d141fea56c0cbedd442bd3d2095b.tar.gz
Merge pull request #30119 from akien-mga/doc-misc-updates
doc: Complete and harmonize all _MAX constant descriptions, fix scoped hyperlinks
Diffstat (limited to 'doc/classes/Image.xml')
-rw-r--r--doc/classes/Image.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 75434b031e..d7c3c0af78 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -590,6 +590,7 @@
Ericsson Texture Compression format 2 variant RGB8_PUNCHTHROUGH_ALPHA1, which compresses RGBA data to make alpha either fully transparent or fully opaque. Note that when creating an [ImageTexture], an sRGB to linear color space conversion is performed.
</constant>
<constant name="FORMAT_MAX" value="37" enum="Format">
+ Represents the size of the [enum Format] enum.
</constant>
<constant name="INTERPOLATE_NEAREST" value="0" enum="Interpolation">
</constant>