Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Init () |
int | GetColor (ref Color c) |
Public Attributes | |
Color | _valid |
Color | _warning |
Color | _active |
Color | _inactive |
Color | _activeOpacity |
Color | _inactiveOpacity |
Color | _passive |
Color | _mapHighlight |
int | Valid |
int | Warning |
int | Inactive |
int | Active |
int | ActiveOpacity |
int | InactiveOpacity |
int | Passive |
int | MapHighlight |
Static Public Attributes | |
const int | DefColor = 104025 |
const int | DefColorInactive = -1214986 |
const int | DefColorActive = -1173751 |
const int | DefColorValid = -2747875 |
const int | DefColorWarning = -2828814 |
Definition at line 23 of file ColorProfile.cs.
|
inline |
Definition at line 79 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
|
inline |
Definition at line 67 of file ColorProfile.cs.
References ColorProfile.BlockColors._active, ColorProfile.BlockColors._activeOpacity, ColorProfile.BlockColors._inactive, ColorProfile.BlockColors._inactiveOpacity, ColorProfile.BlockColors._mapHighlight, ColorProfile.BlockColors._passive, ColorProfile.BlockColors._valid, ColorProfile.BlockColors._warning, ColorProfile.BlockColors.Active, ColorProfile.BlockColors.ActiveOpacity, ColorProfile.BlockColors.GetColor(), ColorProfile.BlockColors.Inactive, ColorProfile.BlockColors.InactiveOpacity, ColorProfile.BlockColors.MapHighlight, ColorProfile.BlockColors.Passive, ColorProfile.BlockColors.Valid, and ColorProfile.BlockColors.Warning.
Referenced by ColorProfile.Init().
Color ColorProfile.BlockColors._active |
Definition at line 39 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
Color ColorProfile.BlockColors._activeOpacity |
Definition at line 43 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
Color ColorProfile.BlockColors._inactive |
Definition at line 41 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
Color ColorProfile.BlockColors._inactiveOpacity |
Definition at line 45 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
Color ColorProfile.BlockColors._mapHighlight |
Definition at line 49 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
Color ColorProfile.BlockColors._passive |
Definition at line 47 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
Color ColorProfile.BlockColors._valid |
Definition at line 35 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
Color ColorProfile.BlockColors._warning |
Definition at line 37 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
int ColorProfile.BlockColors.Active |
Definition at line 57 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init().
int ColorProfile.BlockColors.ActiveOpacity |
Definition at line 59 of file ColorProfile.cs.
Referenced by TaskMine.DrawMarker(), and ColorProfile.BlockColors.Init().
|
static |
Definition at line 25 of file ColorProfile.cs.
|
static |
Definition at line 29 of file ColorProfile.cs.
|
static |
Definition at line 27 of file ColorProfile.cs.
|
static |
Definition at line 31 of file ColorProfile.cs.
|
static |
Definition at line 33 of file ColorProfile.cs.
int ColorProfile.BlockColors.Inactive |
Definition at line 55 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init(), Recipe.OnRenderMarker(), and Card.RenderMarker().
int ColorProfile.BlockColors.InactiveOpacity |
Definition at line 61 of file ColorProfile.cs.
Referenced by TaskMine.DrawMarker(), and ColorProfile.BlockColors.Init().
int ColorProfile.BlockColors.MapHighlight |
Definition at line 65 of file ColorProfile.cs.
Referenced by BaseTileMap.DrawTile(), and ColorProfile.BlockColors.Init().
int ColorProfile.BlockColors.Passive |
Definition at line 63 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init(), and ActionMode.OnRenderTile().
int ColorProfile.BlockColors.Valid |
Definition at line 51 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init(), AM_Mine.OnRenderTile(), and AM_Picker.OnRenderTile().
int ColorProfile.BlockColors.Warning |
Definition at line 53 of file ColorProfile.cs.
Referenced by ColorProfile.BlockColors.Init(), AM_Mine.OnRenderTile(), and AM_Picker.OnRenderTile().