setToneMapping: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(creation)
 
m (cannot create new tone mappings, edited)
Line 12: Line 12:
| '''setToneMapping''' toneName |= Syntax
| '''setToneMapping''' toneName |= Syntax


|p1= toneName: [[String]] - where string is effect name - defaults are ''Arma'', ''Filmic'' and ''Reinhard''. They can be created and edited with [[setToneMappingParams]] command |= PARAMETER1  
|p1= toneName: [[String]] - where string is effect name - defaults are ''Arma'', ''Filmic'' and ''Reinhard''. They can be edited with [[setToneMappingParams]] command |= PARAMETER1  
 
|p3= |= PARAMETER3


| Nothing |= RETURNVALUE  
| Nothing |= RETURNVALUE  

Revision as of 23:52, 21 July 2012

Hover & click on the images for description

Description

Description:
Applies a specific tone mapping to the game
Groups:
Uncategorised

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