-- Compatibility shim for scripts that still depend on IDisplayGamma -- (API removed in 3ds Max 2026, replaced by ColorPipelineMgr) -- To be tested: no guarantee that this covers all uses by ATK struct IDisplayGammaShim ( colorCorrectionMode = #gamma, affectMEdit = true, affectColorPickers = true, displayGamma = 2.2, fileInGamma = 2.2, fileOutGamma = 2.2 ) global IDisplayGamma = IDisplayGammaShim()