Copy link to clipboard
Copied
I want to change the shadow tint ‘s value by using the cep api,but I can't find it in the Scripting Guide
1 Correct answer
That's a parameter stream, belonging to the Lumetri effect.
If that parameter is available, it will have a component stream, accessible via ExtendScript.
Here's PProPanel accessing and modifying component streams:
https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPRO/Premiere.jsx#L1451
Copy link to clipboard
Copied
That's a parameter stream, belonging to the Lumetri effect.
If that parameter is available, it will have a component stream, accessible via ExtendScript.
Here's PProPanel accessing and modifying component streams:
https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPR...
Copy link to clipboard
Copied
I can't get the name of these two and the value of them so what do I do to change the value by 'setValue'
Copy link to clipboard
Copied
That suggests the param 44 is not available for manipulation, via setValue().
Copy link to clipboard
Copied
So I know exactly how to change the values of these two properties. Please, this question has been bothering me for a long time, and I have no clue.
Copy link to clipboard
Copied
I'm not sure what else to tell you; based on the work you've done, param 44 does not appear to available for manipulation, via setValue().
Copy link to clipboard
Copied
You said you couldn't change it with setValue. I need to know exactly what to do to change this
Copy link to clipboard
Copied
If setValue cannot change it, then there is no API that can change it.
Copy link to clipboard
Copied
但是我又看到一些设备是可以控制修改这个数值的变化,所以非常好奇到底该怎么去做

