HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

color code for transparency...

06-16-2006, 08:49 PM#1
Sharingan
I was told it used to work, but it quit doing so ever since a certain patch...
By color code I do mean stuff like |c50FF0000BLAH|r, where the "50" is supposed to make the text transparent or not.....
Well, this never happens to me...
06-16-2006, 08:53 PM#2
Jacek
I think it is RGBA, so fourth parameter defines transparency (rrggbbtt)
06-16-2006, 09:08 PM#3
Blade.dk
This fits better in general development.

The color code format is |caarrggbbTEXT|r where the aa is the alpha. But transparent colors codes don't work, so you can not use it for anything.
06-16-2006, 09:19 PM#4
Freakazoid
Quote:
Originally Posted by Blade.dk
This fits better in general development.

The color code format is |caarrggbbTEXT|r where the aa is the alpha. But transparent colors codes don't work, so you can not use it for anything.

bummer,...