class ImageProcessingPostProcess extends PostProcess
Name | Type | Description | |
---|---|---|---|
name | string | ||
options | number or PostProcessOptions | ||
optional | camera | Nullable<Camera> | |
optional | samplingMode | number | |
optional | engine | Engine | |
optional | reusable | boolean | |
optional | textureType | number |
Gets the image processing configuration used either in this material.
Sets the Default image processing configuration used either in the this material.
* If sets to null, the scene one is in use.
Gets Color curves setup used in the effect if colorCurvesEnabled is set to true .
Sets Color curves setup used in the effect if colorCurvesEnabled is set to true .
Gets wether the color curves effect is enabled.
Sets wether the color curves effect is enabled.
Gets Color grading LUT texture used in the effect if colorGradingEnabled is set to true.
Sets Color grading LUT texture used in the effect if colorGradingEnabled is set to true.
Gets wether the color grading effect is enabled.
Gets wether the color grading effect is enabled.
Gets exposure used in the effect.
Sets exposure used in the effect.
Gets wether tonemapping is enabled or not.
Sets wether tonemapping is enabled or not
Gets contrast used in the effect.
Sets contrast used in the effect.
Gets Vignette stretch size.
Sets Vignette stretch size.
Gets Vignette centre X Offset.
Sets Vignette centre X Offset.
Gets Vignette centre Y Offset.
Sets Vignette centre Y Offset.
Gets Vignette weight or intensity of the vignette effect.
Sets Vignette weight or intensity of the vignette effect.
Gets Color of the vignette applied on the screen through the chosen blend mode (vignetteBlendMode)
if vignetteEnabled is set to true.
Sets Color of the vignette applied on the screen through the chosen blend mode (vignetteBlendMode)
if vignetteEnabled is set to true.
Gets Camera field of view used by the Vignette effect.
Sets Camera field of view used by the Vignette effect.
Gets the vignette blend mode allowing different kind of effect.
Sets the vignette blend mode allowing different kind of effect.
Gets wether the vignette effect is enabled.
Sets wether the vignette effect is enabled.
Gets wether the input of the processing is in Gamma or Linear Space.
Sets wether the input of the processing is in Gamma or Linear Space.
Name | Type | Description | |
---|---|---|---|
optional | camera | Camera |