Difference between revisions of "Template:ImagePanel Properties"
From Empires Wiki
(Created page with "=== Properties Inherited from ImagePanel === * scaleImage: A boolean that determines whether to scale the image to its specified width and height. * scaleAmount: A float t...") |
(→Properties Inherited from ImagePanel) |
||
Line 8: | Line 8: | ||
* fillcolor: Determines the background color behind the image. Only painted if the alpha is higher than 0. | * fillcolor: Determines the background color behind the image. Only painted if the alpha is higher than 0. | ||
* positionImage: | * positionImage: | ||
+ | * drawColor: The color to multiply the image with. | ||
+ | * border: Name of the border type |
Revision as of 15:19, 7 August 2017
Properties Inherited from ImagePanel
- scaleImage: A boolean that determines whether to scale the image to its specified width and height.
- scaleAmount: A float that determines how much the image should scale.
- tileImage: A boolean that determines whether to tile the image.
- tileHorizontally: A boolean that determines whether to tile the image horizontally.
- tileVertically: A boolean that determines whether to tile the image vertically.
- image: The actual image. Expects a path to a .VMT file in the
/materials/vgui
folder. - fillcolor: Determines the background color behind the image. Only painted if the alpha is higher than 0.
- positionImage:
- drawColor: The color to multiply the image with.
- border: Name of the border type