View Single Post
Old 14th May 2018, 22:37   #2  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
You can use RGBAdjust inside ScriptClip, something like this (not tested)
Code:
ScriptClip("""
RGBAdjust(r=xyx_r, rg=xyx_rg)
""")
ConditionalReader("r.txt", "xyx_r", false)
ConditionalReader("rg.txt", "xyx_rg", false)
Edit - remember the variables are global, so give them names that are unique within the script (and any Imported scripts too)

Last edited by raffriff42; 14th May 2018 at 22:56. Reason: global
raffriff42 is offline   Reply With Quote