Skip to main content
Participant
August 28, 2013
Question

set/get Preserve RGB option

  • August 28, 2013
  • 1 reply
  • 884 views

Hi all,

I've tried to find how to set/get "Preserve RGB" option from SDK but I couldn't find.

Is there any way to do handle it and other parameters in Color Management tab?

anyway, It's not controllable from script no?

This topic has been closed for replies.

1 reply

Participant
September 2, 2013

Nobody knows solution..?

I solved(not perfect) it running script in SDK. replace() and relative function

can keep "Preserve RGB" option even if we replace source path.

Yes, it's not perfect solution. we can't set/get values. I think it's AfterEffect's current

limitation...

Community Expert
September 2, 2013

well, there are some rarities where stuff is possible through javascript and not the c++ api.

i guess this is one of them.

cheers for solving it, and for posting the solution!