Difference between revisions of "HPL3/Community/Scripting/Classes/cposteffect tonemapping"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
cPostEffect_ToneMapping
Fields
cPostEffect_ToneMapping has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| void | SetDisabled | bool abX | |
| bool | IsDisabled | ||
| void | SetActive | bool abX | |
| bool | IsActive | ||
| void | Reset | ||
| void | FadeGradingTexture | iTexture@ apGrading, float afTime |
|
| void | FadeExposure | float afExposure, float afWhiteCut, float afTime |
|
| void | FadeWindowExposure | float afExposure, float afWhiteCut |
|
| float | GetTransitionTime | ||
| void | SetColorGradingActive | bool abX | |
| void | SetBloomActive | bool abX | |
| void | SetFilmGrainActive | bool abX | |
| bool | GetColorGradingActive | ||
| bool | GetBloomActive | ||
| bool | GetFilmGrainActive | ||
| void | SetSRGBGamma | bool abX | |
| float | GetExposure | ||
| void | GetParams | float& afKey, float& afGammaCorrection, float& afFilmGrainIntensity, float& afBrightPass, float& afBloomWidth, cColor& avBloomTint, float& afBloomFalloff |
|
| void | SetParams | float afKey, float afGammaCorrection, float afFilmGrainIntensity, float afBrightPass, float afBloomWidth, const cColor &in avBloomTint, float afBloomFalloff |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!