We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d7451 commit db481e7Copy full SHA for db481e7
doc/lua_api.txt
@@ -337,9 +337,11 @@ Apply a mask to the base image.
337
338
The mask is applied using binary AND.
339
340
-#### `[colorize:<color>`
+#### `[colorize:<color>:<ratio>`
341
Colorize the textures with the given color.
342
`<color>` is specified as a `ColorString`.
343
+`<ratio>` is an int ranging from 0 to 255, and specifies how much of the
344
+color to apply. If ommitted, the alpha will be used.
345
346
Sounds
347
------
@@ -3259,4 +3261,3 @@ Definition tables
3259
3261
playername = "singleplayer"
3260
3262
-- ^ Playername is optional, if specified spawns particle only on the player's client
3263
}
-
0 commit comments