XML/Gradient

From Warcraft Wiki
< XML
Jump to navigation Jump to search

<Gradient> (child of <Texture>) defines a gradient between two solid colors, <MinColor> and <MaxColor>.

<Gradient orientation="">
	<Rect ULx="" ULy="" LLx="" LLy="" URx="" URy="" LRx="" LRy="" />
</TexCoords>

Attributes

orientation (ui:ORIENTATION) - "HORIZONTAL" (default) or "VERTICAL"

Child elements

<MinColor> and <MaxColor> inherit from <Color>