Copy link to clipboard
Copied
If you set the color engine to [OCIO] in After Effects 2024, you will be able to use [Display Color Space], but this [Display Color Space] cannot be assigned to shortcuts, etc.
Is there any way to toggle between color spaces A and B as shown in the image below?
Copy link to clipboard
Copied
using the C SDK AEGP_SetWorkingColorSpace will do the job.
with javascript you can set: app.project.workingSpace = "Rec.709 Gamma 2.4";
Copy link to clipboard
Copied
Thank you, shachar carmi
I'm not familiar with javascript, but the part I want to change is "Display Color Space".
Attached is an image of the project settings.
Or, if the "Display Color Space" can be changed using the javascript below, I would like to know if I should write the same.
app.project.workingSpace = "Rec.709 Gamma 2.4"
Copy link to clipboard
Copied
to tell the string for the color space you need, read the content of "app.project.workingSpace" while that color space is the active one. then you can copy it to the assignment operation.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now