Skip to main content
Participant
October 23, 2023
Answered

how can cep change the shadow tint value?

  • October 23, 2023
  • 1 reply
  • 987 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
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
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'

 

Participating Frequently
March 8, 2025

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


但是我又看到一些设备是可以控制修改这个数值的变化,所以非常好奇到底该怎么去做