I want to be able to change the lighting inside of a viewport frame so that I can manipulate the colors of an object inside of a ViewportFrame. Perhaps make it so that I can use something like the ColorCorrectionEffect, but the effect only applies to a specified ViewportFrame
Specifically, I want to be able to have the character in the ViewportFrame (in the image below ) be color corrected to an orange tint to match the UI style.
A workaround I tried without having to change the lighting of the ViewportFrame is to put a highlight on the object, but highlights don’t render in ViewportFrames.
Found out that there are lighting properties under ViewportFrames. Changing the Ambient property can you give a color tint effect, although it isn’t as versatile as ColorCorrection.
ColorCorrection currently isn’t supported for ViewportFrames: