diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 60cc13fb628..101fe309d6d 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -434,6 +434,7 @@
OpenGL texture format [code]RED[/code] with a single component and a bitdepth of 8.
+ [b]Note:[/b] When using the GLES2 backend, this uses the alpha channel instead of the red channel for storage.
OpenGL texture format [code]RG[/code] with two components and a bitdepth of 8 for each.