Highlight - SFX-WoW/Masque GitHub Wiki
The Highlight region is the texture that appears when a button is moused over.
Notes
- This region is only available to Action, Item and Pet buttons.
The following is a list of attributes available to this region and their default values.
| Attribute | Default |
|---|---|
BlendMode |
ADD |
Color |
1, 1, 1, 1 |
DrawLayer |
HIGHLIGHT |
DrawLevel |
0 |
Height |
36 |
OffsetX |
0 |
OffsetY |
0 |
Mask |
- |
Point |
CENTER |
RelPoint |
CENTER |
SetAllPoints |
false |
TexCoords |
0, 1, 0, 1 |
Texture |
Interface\Buttons\UI-Quickslot2 |
UseColor |
false |
Width |
36 |
The following is a list of methods that are used by Masque to apply skin settings to this region.
| Method |
|---|
AddMaskTexture |
ClearAllPoints |
RemoveMaskTexture |
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.
| Type | Key | Name | Function |
|---|---|---|---|
| Action | - | - | GetHighlightTexture |
| Item | - | - | GetHighlightTexture |
| Pet | - | - | GetHighlightTexture |