4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
|
_hndl = ppEffectCreate ["colorCorrections", 1501];
|
||
|
_hndl ppEffectEnable true;
|
||
|
_hndl ppEffectAdjust [1,1,0,[0,0,0,0],[2,0,0,1.25],[2.5,-2.5,0,0]];
|
||
|
_hndl ppEffectCommit 0;
|