|
Elin Modding Docs Doc
|
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from EScriptable | |
| static int | rnd (int a) |
Definition at line 6 of file PostEffectProfile.cs.
| void PostEffectProfile.Apply | ( | Camera | cam | ) |
Definition at line 28 of file PostEffectProfile.cs.
| void PostEffectProfile.OnChangeProfile | ( | ) |
Definition at line 18 of file PostEffectProfile.cs.
| AAMode PostEffectProfile.aaMode |
Definition at line 79 of file PostEffectProfile.cs.
| int PostEffectProfile.blur |
Definition at line 64 of file PostEffectProfile.cs.
| float PostEffectProfile.blurRadius |
Definition at line 85 of file PostEffectProfile.cs.
| float PostEffectProfile.Brightness |
Definition at line 49 of file PostEffectProfile.cs.
| float PostEffectProfile.Contrast |
Definition at line 55 of file PostEffectProfile.cs.
| bool PostEffectProfile.disable |
Definition at line 73 of file PostEffectProfile.cs.
| bool PostEffectProfile.enableAA |
Definition at line 67 of file PostEffectProfile.cs.
| bool PostEffectProfile.enableCharaAA |
Definition at line 70 of file PostEffectProfile.cs.
| bool PostEffectProfile.kuwahara |
Definition at line 76 of file PostEffectProfile.cs.
| float PostEffectProfile.offsetScale |
Definition at line 82 of file PostEffectProfile.cs.
| float PostEffectProfile.Saturation |
Definition at line 52 of file PostEffectProfile.cs.
| int PostEffectProfile.sharpen = 20 |
Definition at line 58 of file PostEffectProfile.cs.
| int PostEffectProfile.sharpen2 = 80 |
Definition at line 61 of file PostEffectProfile.cs.