ppEffectAdjust: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| number '''ppEffectAdjust''' array |= Syntax
| effect '''ppEffectAdjust''' settings |= Syntax


|p1= number: [[Number]] |= PARAMETER1  
|p1= effect: [[String]] |= PARAMETER1  


|p2= array: [[Array]] |= PARAMETER2  
|p2= settings: [[Array]] |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  
Line 21: Line 21:




|x1= <code>hndl ppEffectAdjust [0.0075,0.0075,0.1,0.1]</code>|= EXAMPLE1  
|x1= <code>"colorCorrection" ppEffectAdjust [1, 1, -0.01, [0.0, 0.0, 0.0, 0.0], [1.5, 1, 1.2, 0.6],  [0.199, 0.587, 0.114, 0.20]];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectDestroy]], [[ppEffectEnable]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 07:52, 15 July 2009

Hover & click on the images for description

Description

Description:
Set post process effect parameters
Groups:
Uncategorised

Syntax

Syntax:
effect ppEffectAdjust settings
Parameters:
effect: String
settings: Array
Return Value:
Nothing

Examples

Example 1:
"colorCorrection" ppEffectAdjust [1, 1, -0.01, [0.0, 0.0, 0.0, 0.0], [1.5, 1, 1.2, 0.6], [0.199, 0.587, 0.114, 0.20]];

Additional Information

See also:
ppEffectCommitppEffectCommittedppEffectCreateppEffectDestroyppEffectEnable

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