2022-02-07 23:37:08 +01:00
|
|
|
Image Widget
|
|
|
|
============
|
|
|
|
|
|
|
|
Properties
|
|
|
|
----------
|
|
|
|
|
|
|
|
.. list-table::
|
|
|
|
:header-rows: 1
|
|
|
|
:widths: 20 20 60
|
|
|
|
|
|
|
|
* - name
|
|
|
|
- type (default value)
|
|
|
|
- description
|
|
|
|
* - resource
|
|
|
|
- ui.texture
|
|
|
|
- The texture resource to display
|
|
|
|
* - tileH
|
|
|
|
- boolean (false)
|
2022-02-21 15:31:54 +01:00
|
|
|
- Tile the texture horizontally
|
2022-02-07 23:37:08 +01:00
|
|
|
* - tileV
|
|
|
|
- boolean (false)
|
2022-02-21 15:31:54 +01:00
|
|
|
- Tile the texture vertically
|
2022-03-21 22:00:32 -07:00
|
|
|
* - color
|
2023-09-15 19:29:38 +02:00
|
|
|
- util.color (``rgb(1, 1, 1)``)
|
2022-03-21 22:00:32 -07:00
|
|
|
- Modulate constant color with the color of the image texture.
|