WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Register
Advertisement

XML UI ← XML elements < ColorSelect

Derived from: Frame

Elements: ColorWheelTexture, ColorWheelThumbTexture, ColorValueTexture, ColorValueThumbTexture

Example[]

Included in Backdrop

<ColorSelect name="$parentColorSelect" enableMouse="true">
	<Size>
		<AbsDimension x="100" y="100"></AbsDimension>
	</Size>
	<Anchors>
		<Anchor point="LEFT">
				<Offset>
					<AbsDimension x="50" y="0"></AbsDimension>
				</Offset>
		</Anchor>
	</Anchors>
	<ColorWheelTexture></ColorWheelTexture>
</ColorSelect>

Colorselect

Advertisement