diff options
author | Lars Müller <34514239+appgurueu@users.noreply.github.com> | 2022-04-27 23:00:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 17:00:02 -0400 |
commit | fccf1e2eac691443108de8f666d611327dbfcfb3 (patch) | |
tree | 9e9657c4204af0ba857692208e117c398de5300a /doc | |
parent | 480d5f2d51ca8f7c4400b0918bb53b776e4ff440 (diff) | |
download | minetest-fccf1e2eac691443108de8f666d611327dbfcfb3.tar.gz minetest-fccf1e2eac691443108de8f666d611327dbfcfb3.tar.bz2 minetest-fccf1e2eac691443108de8f666d611327dbfcfb3.zip |
Support CSS Color Module Level 4 (#12204)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index f53ab0ff7..f54672db7 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3248,7 +3248,7 @@ Colors `#RRGGBBAA` defines a color in hexadecimal format and alpha channel. Named colors are also supported and are equivalent to -[CSS Color Module Level 3](https://www.w3.org/TR/css-color-3/). +[CSS Color Module Level 4](https://www.w3.org/TR/css-color-4/#named-color). To specify the value of the alpha channel, append `#A` or `#AA` to the end of the color name (e.g. `colorname#08`). |