I haven't seen this happen before in any one of the maps I've edited (though to be fair I haven't created all to many maps), but it seems every single colour does not display as was intended.
I created a test item named "Colour Checker", and had the following tooltip set for the item to check which colours displayed for which colour codes.
The colour codes used are from this website with the corresponding name:
http://www.computerhope.com/htmcolor.htm
I've cross checked with other websites to make sure that the error was not as part of the website, but indeed if you have a code written FF0000 you'd expect it to be red regardless.
What appears in game is thus:
It seems at first that the blue component has been completely erased which is what I thought at first was messing up all my colours. But apparently not, because by screwing around with random codes I was able to recreate it.
|cE60E27FFBlue Apparently|r
So from what I can tell Blue has become Green which has become Red which has become Black. And apparently a purpley-reddy sort of colour has become Blue.
I'm stumped. Ideas?
I created a test item named "Colour Checker", and had the following tooltip set for the item to check which colours displayed for which colour codes.
Code:
|cFF000000Red|r |n
|c00FF0000Green|r |n
|c0000FF00Blue|r |n
|cFFA50000Orange|r |n
|c80008000Purple|r |n
|cFFFF0000Yellow|r |n
|c80808000Gray|r |n
|c00000000Black|r |n
|cFFFFFF00White|r |n
The colour codes used are from this website with the corresponding name:
http://www.computerhope.com/htmcolor.htm
I've cross checked with other websites to make sure that the error was not as part of the website, but indeed if you have a code written FF0000 you'd expect it to be red regardless.
What appears in game is thus:
It seems at first that the blue component has been completely erased which is what I thought at first was messing up all my colours. But apparently not, because by screwing around with random codes I was able to recreate it.
|cE60E27FFBlue Apparently|r
So from what I can tell Blue has become Green which has become Red which has become Black. And apparently a purpley-reddy sort of colour has become Blue.
I'm stumped. Ideas?