Skip to main content
Participant
October 23, 2023
Answered

how can cep change the shadow tint value?

  • October 23, 2023
  • 1 reply
  • 991 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'

 

bbb_999
Community Manager
Community Manager
March 7, 2025

You said you couldn't change it with setValue. I need to know exactly what to do to change this


If setValue cannot change it, then there is no API that can change it.