WoW:XML/ColorSelect

From AddOn Studio
< XML
Revision as of 03:42, 17 December 2020 by Bear (talk | contribs)
Jump to navigation Jump to search

XML UI ← XML elements < ColorSelect

Inheritance

Inherited by: none, Inherits: <Frame>, Runtime object: ColorSelect
Defined in: Frames, Ui

Elements

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>

Wow colorselect.jpg