Skip to main content
Participant
October 23, 2023
Answered

how can cep change the shadow tint value?

  • October 23, 2023
  • 1 reply
  • 988 views

I want to change the shadow tint ‘s value by using the cep api,but I can't find it in the Scripting Guide  

 

Correct answer Bruce Bullis

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

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
October 23, 2023

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

Participating Frequently
March 4, 2025

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'

 

Bruce Bullis
Legend
March 4, 2025

That suggests the param 44 is not available for manipulation, via setValue().