Not sure if this should be in Feature Request. I’m not seeing anyway to inject colorCurves into the imageProcessing block in nrge or in task. Is this supported yet?
In the UI, you can set the same settings for the image processing node than the “Material Image Processing” section in the inspector:
The ColorCurves
class has a lot of parameters and is not used that much, I think that’s why there’s no UI for it. You can configure it programmatically, though:
Got it! Marking as solved, thanks!