diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 657d04f10fa..63e175a9e6f 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -783,13 +783,13 @@
Performs Lanczos interpolation. This is the slowest image resizing mode, but it typically gives the best results, especially when downscaling images.
- Image does not have alpha.
+ Image is fully opaque. It does not store alpha data.
- Image stores alpha in a single bit.
+ Image stores either fully opaque or fully transparent pixels. Also known as punchthrough alpha.
- Image uses alpha.
+ Image stores alpha data with values varying between [code]0.0[/code] and [code]1.0[/code].
Use S3TC compression.