1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

util.color (0, 0, 0) -> util.color (rgb(0, 0, 0))

This commit is contained in:
Petr Mikheev 2023-09-15 19:29:38 +02:00
parent 551f424c80
commit 8bef84c16b
3 changed files with 4 additions and 4 deletions

View File

@ -21,5 +21,5 @@ Properties
- boolean (false)
- Tile the texture vertically
* - color
- util.color (1, 1, 1)
- util.color (``rgb(1, 1, 1)``)
- Modulate constant color with the color of the image texture.

View File

@ -22,7 +22,7 @@ Properties
- number (10)
- The size of the text.
* - textColor
- util.color (0, 0, 0, 1)
- util.color (``rgb(0, 0, 0)``)
- The color of the text.
* - multiline
- boolean (false)
@ -40,5 +40,5 @@ Properties
- boolean (false)
- Whether to render a shadow behind the text.
* - textShadowColor
- util.color (0, 0, 0, 1)
- util.color (``rgb(0, 0, 0)``)
- The color of the text shadow.

View File

@ -18,7 +18,7 @@ Properties
- number (10)
- The size of the text.
* - textColor
- util.color (0, 0, 0, 1)
- util.color (``rgb(0, 0, 0)``)
- The color of the text.
* - multiline
- boolean (false)