setToneMappingParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 9: Line 9:
| Edits tone mapping parameters.<br><br>
| Edits tone mapping parameters.<br><br>


{{Feature arma3|This command is not present in Arma 3.}}|= Description
{{Feature arma3|This command is not present in Arma 3.}}|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| toneName '''setToneMappingParams''' params |= Syntax
| toneName '''setToneMappingParams''' params |SYNTAX=


|p1= toneName: [[String]] - where string is effect name - defaults are ''Arma'', ''Filmic'' and ''Reinhard''. |PARAMETER1=  
|p1= toneName: [[String]] - where string is effect name - defaults are ''Arma'', ''Filmic'' and ''Reinhard''. |PARAMETER1=  

Revision as of 15:48, 7 April 2019

Hover & click on the images for description

Description

Description:
Edits tone mapping parameters.

Arma 3
This command is not present in Arma 3.
Groups:
Uncategorised

Syntax

Syntax:
toneName setToneMappingParams params
Parameters:
toneName: String - where string is effect name - defaults are Arma, Filmic and Reinhard.
params: Array - (please populate)
Return Value:
Nothing

Examples

Example 1:
"Filmic" setToneMappingParams [0.2, 0.30, 0.20, 0.30, 0.01, 3.750, 6, 4]
Example 2:
"Reinhard" setToneMappingParams [0.9, -0.003]

Additional Information

See also:
setToneMappingppEffectAdjustppEffectCommitppEffectCommittedppEffectCreateppEffectDestroyPost process effects

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section