4 lines
203 B
Plaintext
Executable File
4 lines
203 B
Plaintext
Executable File
_hndl = ppEffectCreate ["colorCorrections", 1501];
|
|
_hndl ppEffectEnable true;
|
|
_hndl ppEffectAdjust [1, 1, 0, [0.0, 0.0, 0.0, 0.0], [0.8*2, 0.5*2, 0.0, 0.7], [0.9, 0.9, 0.9, 0.0]];
|
|
_hndl ppEffectCommit 0; |