<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_GetQuestDifficultyColor</id>
	<title>WoW:API GetQuestDifficultyColor - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_GetQuestDifficultyColor"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetQuestDifficultyColor&amp;action=history"/>
	<updated>2026-08-01T11:47:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetQuestDifficultyColor&amp;diff=19302&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API GetQuestDifficultyColor to WoW:API GetQuestDifficultyColor without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetQuestDifficultyColor&amp;diff=19302&amp;oldid=prev"/>
		<updated>2023-08-15T04:46:21Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_GetQuestDifficultyColor&quot; title=&quot;WoW:API GetQuestDifficultyColor&quot;&gt;API GetQuestDifficultyColor&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_GetQuestDifficultyColor&quot; title=&quot;WoW:API GetQuestDifficultyColor&quot;&gt;API GetQuestDifficultyColor&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:46, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_GetQuestDifficultyColor&amp;diff=19301&amp;oldid=prev</id>
		<title>WoWWiki&gt;Siz: Created page with &#039;{{wowapi}} __NOTOC__   Gets the difficulty colour for a given level compared to the player&#039;s level.  colour = GetQuestDifficultyColor(level)   == Arguments == :;level : Number - ...&#039;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_GetQuestDifficultyColor&amp;diff=19301&amp;oldid=prev"/>
		<updated>2009-08-05T02:36:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{wowapi}} __NOTOC__   Gets the difficulty colour for a given level compared to the player&amp;#039;s level.  colour = GetQuestDifficultyColor(level)   == Arguments == :;level : Number - ...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}} __NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Gets the difficulty colour for a given level compared to the player&amp;#039;s level.&lt;br /&gt;
 colour = GetQuestDifficultyColor(level)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
:;level : Number - The level to be compared to the player&amp;#039;s current level.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
:;colour : Table - A table containing the RGB value of the resulting colour.&lt;br /&gt;
:;;*&amp;quot;r&amp;quot; - The red channel of the colour. Ranging from 0.0 to 1.0&lt;br /&gt;
:;;*&amp;quot;g&amp;quot; - The green channel of the colour. Ranging from 0.0 to 1.0&lt;br /&gt;
:;;*&amp;quot;b&amp;quot; - The blue channel of the colour. Ranging from 0.0 to 1.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 local colour = GetQuestDifficultyColor(47);&lt;br /&gt;
 DEFAULT_CHAT_FRAME:AddMessage(&amp;quot;Your difficulty colour against a target of level 47.&amp;quot;, colour.r, colour.g, colour.b);&lt;br /&gt;
&lt;br /&gt;
==Details==&lt;br /&gt;
: Changed from GetDifficultyColor to GetQuestDifficultyColor in Patch 3.2&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Siz</name></author>
	</entry>
</feed>