DIFF

class ColorManagerSource

Constructors 1

void ColorManager()
References m_Instance
Referenced by Inventory.Inventory()

Members 16

private static ref ColorManager m_Instance
Referenced by ColorManager(), and GetInstance()
static int COLOR_NORMAL_TEXT = ARGB( 255, 255, 255, 255 )
static int COLOR_NORMAL_PANEL = ARGB( 140, 0, 0, 0 )
static int COLOR_HIGHLIGHT_TEXT = ARGB( 255, 200, 0, 0 )
static int COLOR_HIGHLIGHT_PANEL = ARGB( 255, 0, 0, 0 )
static int COLOR_SELECTED_TEXT = ARGB( 255, 255, 255, 255 )
static int COLOR_SELECTED_PANEL = ARGB( 255, 200, 0, 0 )
static int COLOR_DISABLED_PANEL = ARGB( 140, 0, 0, 0 )
static int ITEM_BACKGROUND_COLOR = ARGB( 50, 255, 255, 255 )
static int FSWAP_COLOR = ARGB( 150, 35, 106, 150 )

Methods 3