Template:ImagePanel Properties: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
(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...")
 
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 06:19, 8 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