Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | SetColor (Color _startColor, Color _resetColor, Action< PickerState, Color > _onChangeColor) |
Public Attributes | |
ColorPicker | picker |
Action< PickerState, Color > | onChangeColor |
Color | resetColor |
Color | startColor |
GridLayoutGroup | layoutColors |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Core | core |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Definition at line 6 of file UIColorPicker.cs.
|
inline |
Definition at line 18 of file UIColorPicker.cs.
References Color, CoreConfig.colors, Core.config, EMono.core, IntColor.FromInt(), Empyrean.ColorPicker.ColorPicker.Init(), item, layoutColors, onChangeColor, picker, resetColor, Empyrean.ColorPicker.ColorPicker.SelectColor(), Empyrean.ColorPicker.ColorPicker.SelectedColor, startColor, IntColor.ToInt(), and Util.
Referenced by LayerEditPortrait.Activate(), and LayerColorPicker.SetColor().
GridLayoutGroup UIColorPicker.layoutColors |
Definition at line 16 of file UIColorPicker.cs.
Referenced by SetColor().
Action<PickerState, Color> UIColorPicker.onChangeColor |
Definition at line 10 of file UIColorPicker.cs.
Referenced by SetColor().
ColorPicker UIColorPicker.picker |
Definition at line 8 of file UIColorPicker.cs.
Referenced by SetColor().
Color UIColorPicker.resetColor |
Definition at line 12 of file UIColorPicker.cs.
Referenced by SetColor().
Color UIColorPicker.startColor |
Definition at line 14 of file UIColorPicker.cs.
Referenced by SetColor().