IconBorder - SFX-WoW/Masque GitHub Wiki
The IconBorder
region is the colored texture that indicates item quality.
Notes
- This region is only available to Item buttons.
The following is a list of attributes available to this region and their default values.
Attribute | Default |
---|---|
BlendMode |
BLEND |
Color * |
1, 1, 1, 1 |
DrawLayer |
OVERLAY |
DrawLevel |
1 |
Height |
36 |
OffsetX |
0 |
OffsetY |
0 |
Point |
CENTER |
RelicTexture |
Interface\Artifacts\RelicIconFrame |
RelPoint |
CENTER |
SetAllPoints |
false |
TexCoords |
0, 1, 0, 1 |
Texture |
Interface\Buttons\UI-ActionButton-Border |
Width |
36 |
* This value may vary depending on the quality of the item.
The following is a list of methods that are used by Masque to apply skin settings to this region.
Method |
---|
ClearAllPoints |
SetBlendMode |
SetDrawLayer |
SetPoint |
SetSize |
SetTexCoord |
SetTexture |
SetVertexColor |
The following is a list of related methods that Masque hooks along with descriptions of those hooks.
Method | Types | Description |
---|---|---|
SetTexture |
Item | Allows Masque to update the texture. |
The following is a list of region definitions for each applicable button type if the button is derived from a template of that type.
Type | Key | Name |
---|---|---|
Item | IconBorder |
- |