WoW:XML/ColorSelect

From AddOn Studio
< XML
Revision as of 04:49, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page XML/ColorSelect to XML/ColorSelect without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XML UI ← XML elements < ColorSelect

Inheritance[edit]

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

Elements[edit]

Example[edit]

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