Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static int | ToWin32 (Color c) |
static int | ToOle (Color c) |
static Color | FromOle (int oleColor) |
static Color | FromWin32 (int win32Color) |
static Color | FromHtml (string htmlColor) |
static string | ToHtml (Color c) |
Static Package Functions | |
static uint | COLORREFToARGB (uint value) |
Static Private Member Functions | |
static void | InitializeHtmlSysColorTable () |
Static Private Attributes | |
static Dictionary< string, Color > | s_htmlSysColorTable |
Definition at line 6 of file ColorTranslator.cs.