View Single Post
Old 03-09-2011, 09:23 AM   #9
Angahran
Premium Member
 
Join Date: Sep 2002
Posts: 361
Interface Author - Click to view interfaces
Default

Here is the full code fragment for text colours.
Code:
<TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <UseCustomMouseoverColor>true</UseCustomMouseoverColor> <MouseoverColor> <R>0</R> <G>0</G> <B>255</B> </MouseoverColor> <UseCustomPressedColor>true</UseCustomPressedColor> <PressedColor> <R>0</R> <G>255</G> <B>0</B> </PressedColor> <UseCustomDisabledColor>true</UseCustomDisabledColor> <DisabledColor> <R>192</R> <G>192</G> <B>192</B> </DisabledColor>
__________________
My UI files.
Angahran is offline   Reply With Quote