SpellHighlight - SFX-WoW/Masque GitHub Wiki
The SpellHighlight region is the texture that appears over an ability when its entry in the spell book is hovered over.
Notes
- This region is only available to Action buttons and their derivatives.
The following is a list of attributes available to this region and their default values.
| Attribute | Classic | Modern |
|---|---|---|
Anchor |
- | - |
Atlas |
bags-newitem |
UI-HUD-ActionBar-IconFrame-Mouseover |
BlendMode |
ADD |
ADD |
Color |
1, 1, 1, 1 |
1, 1, 1, 0.4 |
DrawLayer |
OVERLAY |
OVERLAY |
DrawLevel |
1 |
1 |
Height |
44 |
36 |
OffsetX |
0 |
0.5 |
OffsetY |
0 |
0 |
Point |
CENTER |
CENTER |
RelPoint |
CENTER |
CENTER |
SetAllPoints |
- | - |
TexCoords |
0, 1, 0, 1 |
0, 1, 0, 1 |
Texture |
- | - |
UseAtlasSize |
false |
false* |
Width |
44 |
37 |
Notes
- These are the values used by Masque for Action buttons in the respective Blizzard skin and may not reflect the default values of the base game.
The following is a list of methods that may be used by Masque to apply skin settings to this region.
| Method |
|---|
ClearAllPoints |
SetAllPoints |
SetAtlas |
SetBlendMode |
SetDrawLayer |
SetPoint |
SetSize |
SetTexCoord |
SetTexture |
SetVertexColor |
The following is a list of region definitions for each applicable button type if the button is derived from a template of that type.
| Button Type | Global Name | Parent Key |
|---|---|---|
| Action | - | SpellHighlightTexture |
| Pet | - | SpellHighlightTexture |