Dayz Explorer 1.28.160049
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}
Created once, on manager init. Script-side representation of C++ material class, separate handling.
ColorGrading - PostProcessEffectType.ColorGrading.
PostProcessEffectType
Post-process effect type.
Definition enworld.c:72