Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
ppecolorgrading.c
Go to the documentation of this file.
1
2//TODO
4{
5 //static const int PARAM_COLORTABLE = 0;
6
7 override int GetPostProcessEffectID()
8 {
9 return PostProcessEffectType.ColorGrading;
10 }
11
12 override string GetDefaultMaterialPath()
13 {
14 return "Graphics/Materials/postprocess/colorgrading";
15 }
16
17 override void RegisterMaterialParameters()
18 {
19 //RegisterParameterTexture(PARAM_COLORTABLE,"ColorTable","Graphics/Textures/postprocess/color_test.edds");
20 }
21}
string GetDefaultMaterialPath()
override this if you want to use different path by default; '.emat' is appended automatically
void RegisterMaterialParameters()
inserted into associative array by parameter int value, parameter registration order does not matter ...
int GetPostProcessEffectID()
Overriden in all material classes!
void PPEClassBase(string mat_path_override="")
ColorGrading - PostProcessEffectType.ColorGrading.
PostProcessEffectType
Post-process effect type.
Definition enworld.c:72