Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | OnChangeProfile () |
void | Apply (Camera cam) |
Public Attributes | |
float | Brightness |
float | Saturation |
float | Contrast |
int | sharpen = 20 |
int | sharpen2 = 80 |
int | blur |
bool | enableAA |
bool | enableCharaAA |
bool | disable |
bool | kuwahara |
AAMode | aaMode |
float | offsetScale |
float | blurRadius |
Private Member Functions | |
void | OnValidate () |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
Definition at line 4 of file PostEffectProfile.cs.
|
inline |
Definition at line 49 of file PostEffectProfile.cs.
References aaMode, blurRadius, enableAA, enableCharaAA, MeshPass.mat, offsetScale, BaseTileMap.passChara, BaseTileMap.passCharaL, BaseTileMap.passCharaLW, EClass.scene, Scene.screenElin, and BaseGameScreen.tileMap.
Referenced by CoreConfig.ApplyGrading(), and OnValidate().
|
inline |
Definition at line 40 of file PostEffectProfile.cs.
References blur, Core.config, EClass.core, CoreConfig.graphic, kuwahara, sharpen, and sharpen2.
Referenced by CoreConfig.Init(), CoreConfig.OnReset(), and CoreConfig.ResetGraphics().
|
inlineprivate |
Definition at line 32 of file PostEffectProfile.cs.
References Apply(), Scene.cam, and EClass.scene.
AAMode PostEffectProfile.aaMode |
Definition at line 26 of file PostEffectProfile.cs.
Referenced by Apply().
int PostEffectProfile.blur |
Definition at line 16 of file PostEffectProfile.cs.
Referenced by OnChangeProfile().
float PostEffectProfile.blurRadius |
Definition at line 30 of file PostEffectProfile.cs.
Referenced by Apply().
float PostEffectProfile.Brightness |
Definition at line 6 of file PostEffectProfile.cs.
Referenced by CoreConfig.ApplyGrading().
float PostEffectProfile.Contrast |
Definition at line 10 of file PostEffectProfile.cs.
Referenced by CoreConfig.ApplyGrading().
bool PostEffectProfile.disable |
Definition at line 22 of file PostEffectProfile.cs.
bool PostEffectProfile.enableAA |
Definition at line 18 of file PostEffectProfile.cs.
Referenced by Apply().
bool PostEffectProfile.enableCharaAA |
Definition at line 20 of file PostEffectProfile.cs.
Referenced by Apply().
bool PostEffectProfile.kuwahara |
Definition at line 24 of file PostEffectProfile.cs.
Referenced by OnChangeProfile().
float PostEffectProfile.offsetScale |
Definition at line 28 of file PostEffectProfile.cs.
Referenced by Apply().
float PostEffectProfile.Saturation |
Definition at line 8 of file PostEffectProfile.cs.
Referenced by CoreConfig.ApplyGrading().
int PostEffectProfile.sharpen = 20 |
Definition at line 12 of file PostEffectProfile.cs.
Referenced by OnChangeProfile().
int PostEffectProfile.sharpen2 = 80 |
Definition at line 14 of file PostEffectProfile.cs.
Referenced by OnChangeProfile().