21 return "Graphics/Materials/postprocess/colors";
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.
protected 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 ...
protected void RegisterParameterVector(int idx, string parameter_name, array< float > default_values)
protected 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 ...
protected 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 ...
protected 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 ...
Colors - PostProcessEffectType.Colors.
override void RegisterMaterialParameters()
static const int PARAM_BRIGHTNESS
static const int PARAM_COLORIZATIONCOLOR
override string GetDefaultMaterialPath()
override int GetPostProcessEffectID()
static const int PARAM_CONTRAST
static const int PARAM_SATURATION
static const int PARAM_DESATURATIONWEIGHTS
static const int PARAM_OVERLAYFACTOR
static const int PARAM_OVERLAYCOLOR
static const int PARAM_OFFSET
PostProcessEffectType
Post-process effect type.