setToneMapping: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)?\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 7: Line 6:


|gr1= System |GROUP1=
|gr1= System |GROUP1=
____________________________________________________________________________________________


| Applies a specific tone mapping to the game.<br><br>
| Applies a specific tone mapping to the game.<br><br>


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


| '''setToneMapping''' toneName |SYNTAX=
| '''setToneMapping''' toneName |SYNTAX=
Line 23: Line 20:
|x1= <code>setToneMapping "Filmic"</code>|EXAMPLE1=  
|x1= <code>setToneMapping "Filmic"</code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[setToneMappingParams]], [[ppEffectAdjust]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectDestroy]], [[Post process effects]] |SEEALSO=  
| [[setToneMappingParams]], [[ppEffectAdjust]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectDestroy]], [[Post process effects]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 03:49, 17 January 2021

Hover & click on the images for description

Description

Description:
Applies a specific tone mapping to the game.

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

Syntax

Syntax:
setToneMapping toneName
Parameters:
toneName: String - where string is effect name - defaults are Arma, Filmic and Reinhard. They can be edited with setToneMappingParams command
Return Value:
Nothing

Examples

Example 1:
setToneMapping "Filmic"

Additional Information

See also:
setToneMappingParamsppEffectAdjustppEffectCommitppEffectCommittedppEffectCreateppEffectDestroyPost 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