37 return "Graphics/Materials/postprocess/ghost";
void RegisterParameterScalarFloat(int idx, string parameter_name, float default_value, float min, float max)
WARNING - min/max values are usually taken from Workbench defaults, may not be actual min/max values ...
void RegisterParameterColor(int idx, string parameter_name, float r, float g, float b, float a)
WARNING - min/max values are usually taken from Workbench defaults, may not be actual min/max values ...
void PPEClassBase(string mat_path_override="")
override string GetDefaultMaterialPath()
static const int PARAM_NOISE_SCALE_X
static const int PARAM_GHOST_SCALE_X
static const int PARAM_GHOST_SCALE_Y
static const int PARAM_GHOST_COLOR_MOD
static const int PARAM_NOISE_REMAP_HI
override int GetPostProcessEffectID()
static const int PARAM_NOISE_OFFSET_X
static const int PARAM_GHOST_OFFSET_X
static const int PARAM_NOISE_OFFSET_Y
static const int L_1_HMP
RGB = per channel multiplication A = overall color curve (0=linear,1=exponential)
static const int PARAM_GHOST_OFFSET_Y
static const int PARAM_NOISE_SCALE_Y
override void RegisterMaterialParameters()
static const int PARAM_NOISE_CHANNEL_WEIGHT
static const int PARAM_NOISE_REMAP_LO
Ghost - PostProcessEffectType.Ghost.
PostProcessEffectType
Post-process effect type.