diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml
index 98fb1b1d17c..218cb459deb 100644
--- a/doc/classes/TileSet.xml
+++ b/doc/classes/TileSet.xml
@@ -427,6 +427,7 @@
Sets the tile's modulation color.
+ [b]Note:[/b] Modulation is performed by setting the tile's vertex color. To access this in a shader, use [code]COLOR[/code] rather than [code]MODULATE[/code] (which instead accesses the [TileMap]'s [member CanvasItem.modulate] property).