mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 17:05:05 -05:00
Clearer explanation of [colorize with alpha
This commit is contained in:
parent
15e1dcc020
commit
ecdd5921a1
@ -361,9 +361,9 @@ Colorize the textures with the given color.
|
|||||||
it is an int, then it specifies how far to interpolate between the
|
it is an int, then it specifies how far to interpolate between the
|
||||||
colors where 0 is only the texture color and 255 is only `<color>`. If
|
colors where 0 is only the texture color and 255 is only `<color>`. If
|
||||||
omitted, the alpha of `<color>` will be used as the ratio. If it is
|
omitted, the alpha of `<color>` will be used as the ratio. If it is
|
||||||
the word "`alpha`", then the alpha of the color will be multiplied with
|
the word "`alpha`", then each texture pixel will contain the RGB of
|
||||||
the alpha of the texture with the RGB of the color replacing the RGB of
|
`<color>` and the alpha of `<color>` multiplied by the alpha of the
|
||||||
the texture.
|
texture pixel.
|
||||||
|
|
||||||
Sounds
|
Sounds
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user