diff options
author | HybridDog <3192173+HybridDog@users.noreply.github.com> | 2020-10-08 19:44:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 19:44:27 +0200 |
commit | f0b6f7909a6a760d946209891c3667799874b80a (patch) | |
tree | d8b80f379162fb0065823d3a2cd0bbbd51658fe2 /doc | |
parent | a37e96eefc646f01f34d0c6d8948d4a9c4062cae (diff) | |
download | minetest-f0b6f7909a6a760d946209891c3667799874b80a.tar.gz minetest-f0b6f7909a6a760d946209891c3667799874b80a.tar.bz2 minetest-f0b6f7909a6a760d946209891c3667799874b80a.zip |
Mention texture modifier colorspace (#10112)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index c4eb56374..60fea3817 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -434,7 +434,9 @@ Texture modifiers ----------------- There are various texture modifiers that can be used -to generate textures on-the-fly. +to let the client generate textures on-the-fly. +The modifiers are applied directly in sRGB colorspace, +i.e. without gamma-correction. ### Texture overlaying |