valueAtTime() for Levels Properties
Hi! I'm trying to export various properties to a file for each frame of an animation, and I'm a bit stumped.
I've been able to pick up frame data for other Effects, such as hue and saturation within Color Balance (HLS) effect. like so:
layer.property("Effects").property("Color Balance (HLS)").property("Hue").valueAtTime(time, false)
However, when I go to do so for various Levels properties (Input Black, Input White, Gamma), it only gives me the data for the frame I currently have selected in the timeline. The only thing I can guess is that TECHNICALLY the stopwatch icon is on the Histogram property, and those are some sort of sub-property that only show up in the effect controls. But not sure if there's a way to get these numbers from the histogram itself in a script? I've tried doing e.g. property("Histogram").property(1) but not having any luck there. Using Property("Histogram") at all seems to just make the script not run at all.
Any help would be appreciated! Thank you!
Thank you!
