83    return "Graphics/Materials/postprocess/glow";
 
 
 
class PPEMatClassParameterFloat extends PPEMatClassParameterCommandData PPEMatClassParameterFloatSaturation(int mat_idx, int parameter_idx, PPEClassBase parent)
 
Created once, on manager init. Script-side representation of C++ material class, separate handling.
 
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 RegisterParameterVector(int idx, string parameter_name, array< float > default_values)
 
void RegisterParameterColorEx(int idx, string parameter_name, float r, float g, float b, float a, typename type)
WARNING - min/max values are usually taken from Workbench defaults, may not be actual min/max values ...
 
void RegisterParameterScalarInt(int idx, string parameter_name, int default_value, int min, int max)
 
void RegisterParameterScalarBool(int idx, string parameter_name, bool default_value)
 
void RegisterParameterScalarFloatEx(int idx, string parameter_name, float default_value, float min, float max, typename type)
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 ...
 
Glow - PostProcessEffectType.Glow.
 
static const int L_25_UNCON
 
static const int PARAM_SATURATION
 
static const int L_25_SHOCK
 
static const int PARAM_FILMICSHOULDERSTRENGTH
 
static const int PARAM_OVERLAYCOLOR
 
static const int PARAM_HDR
 
static const int L_27_ADS
 
static const int L_28_ADS
 
override int GetPostProcessEffectID()
 
static const int PARAM_FILMICWHITEPOINT
 
static const int L_26_BURLAP
 
static const int PARAM_VISIBLEPERCENT
 
static const int PARAM_MAXCHROMABBERATION
 
static const int PARAM_VIGNETTECOLOR
 
static const int L_20_FLASHBANG
 
static const int L_23_NVG
 
override string GetDefaultMaterialPath()
 
static const int PARAM_FILMICTOEDENUMERATOR
 
static const int L_23_GLASSES
 
static const int L_25_BURLAP
 
static const int PARAM_TONEMAPPING
 
static const int L_21_FLASHBANG
 
static const int PARAM_SPEEDBRIGHTTODARK
 
static const int PARAM_COLORIZATIONCOLOR
 
static const int L_26_TUNNEL
 
static const int L_29_ADS
 
static const int PARAM_TARGETBRIGHTNESS
 
static const int PARAM_DESATURATIONWEIGHTS
 
static const int L_23_TOXIC_TINT
 
static const int L_26_SHOCK
 
static const int L_21_HIT
 
static const int L_20_SHOCK
 
static const int L_25_MENU
 
static const int PARAM_FILMICLINEARSTRENGTH
 
static const int L_25_TUNNEL
 
static const int L_26_UNCON
 
static const int PARAM_LENSDISTORT
 
static const int PARAM_FILMICTOESTRENGTH
 
static const int PARAM_FILMICTOENUMERATOR
 
override void RegisterMaterialParameters()
 
static const int L_30_ADS
 
static const int L_21_SHOCK
 
static const int PARAM_CONTRAST
 
static const int PARAM_LENSCENTERY
 
static const int PARAM_BLOOMINTENSITY
 
static const int PARAM_BRIGHTNESS
 
static const int PARAM_BLOOMTHRESHOLD
 
static const int PARAM_SPEEDDARKTOBRIGHT
 
static const int PARAM_LENSCENTERX
 
static const int PARAM_OVERLAYFACTOR
 
static const int L_20_HIT
 
static const int PARAM_OFFSET
 
static const int L_22_BLOODLOSS
 
static const int PARAM_FILMICLINEARANGLE
 
static const int PARAM_FILMICEXPOSUREBIAS
 
static const int L_26_MENU
 
static const int PARAM_BLOOMSTEEPNESS
 
static const int PARAM_VIGNETTE
 
PostProcessEffectType
Post-process effect type.