In the engine v2 standard material data json file, the following tint parameters are being removed by the editor, and are always assumed to be true. If the engine v1 finds these parameters missing in the json file, they are set to true.
ambientTint
emissiveTint
diffuseTint
sheenTint
StandardMaterial.useGamma gets forwarded to StandardMaterial.useGammaTonemap
using two files to separate the code from the engine as much as possible while avoiding circular references
few tint parameters now default to true to match the v2 behaviour and those flags being removed from the material asset by the Editor migration soon
StandardMaterial.useGamma
gets forwarded toStandardMaterial.useGammaTonemap