no edit summary
(→Result) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Source needed|reason=With {{legion-inline}} Legion, [[Heirloom]] color appears to have changed to <span style="color:#00CCFF;">aqua cyan (r 0, g 0.8 , b 1; R 0, G 204, B 255; #00CCFF)</span>.}} | |||
{{wowapi}}__NOTOC__ | {{wowapi}}__NOTOC__ | ||
| Line 30: | Line 31: | ||
5 <span style="color: #ff8000">Legendary ffff8000</span><br /> | 5 <span style="color: #ff8000">Legendary ffff8000</span><br /> | ||
6 <span style="color: #e6cc80">Artifact ffe6cc80</span><br /> | 6 <span style="color: #e6cc80">Artifact ffe6cc80</span><br /> | ||
7 <span style="color: #e6cc80">Heirloom ffe6cc80</span> | 7 <span style="color: #e6cc80">Heirloom ffe6cc80</span> ← Pre-{{legion-inline}} Legion<br /> | ||
7 <span style="color: #00ccff">Heirloom ff00ccff</span> ← {{legion-inline}} Legion{{fact}}<br /> | |||
8 <span style="color:#00ccff">WoW Token ff00ccff</span>{{fact}} | |||
{{Example/End}} | {{Example/End}} | ||
== Details == | |||
==Details== | : GetItemQualityColor() was added in [[Patch 1.9.1]] | ||
: GetItemQualityColor() was added in 1.9.1 | |||
:If an invalid quality index is specified, GetItemQualityColor() returns white (same as index 1): | :If an invalid quality index is specified, GetItemQualityColor() returns white (same as index 1): | ||
| Line 43: | Line 45: | ||
::hex = |cffffffff | ::hex = |cffffffff | ||
:Quality #7 was added in version 3.0 for heirloom items. | :Quality #7 was added in version [[Patch 3.0]] for heirloom items. | ||
:ITEM_QUALITY7_DESC is now defined as of 3.1.1. | :ITEM_QUALITY7_DESC is now defined as of [[Patch 3.1.1]]. | ||
:Quality #8/ITEM_QUALITY8_DESC (<span style="color: #00ccff">aqua cyan</span>) added in [[Patch 6.1.2]] for {{item|icon=|WoW Token}}. | |||
:Quality #7/ITEM_QUALITY7_DESC changed to <span style="color: #00ccff">aqua cyan</span> as of [[Patch 7.0.3]].<ref name="wowheadLegionHeirlooms">{{ref web|work=Legion [[Wowhead]]|url=http://legion.wowhead.com/items/quality:7|title=Items (Heirloom only)|accessdate=30-Jun-2016}}</ref>{{fact}} | |||
== References == | |||
{{Reflist}} | |||
== See also == | == See also == | ||
* [[API ITEM_QUALITY_COLORS]] | * [[API ITEM_QUALITY_COLORS]] | ||
* [[API TYPE Quality]] | * [[API TYPE Quality]] | ||