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

macos_ci_fix
Petr Mikheev 1 year ago
parent 551f424c80
commit 8bef84c16b

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

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

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

Loading…
Cancel
Save