|
Elin Decompiled Documentation EA 23.250 Nightly Patch 1
|
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 Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties inherited from EMono | |
| 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().