// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Clamp Output" m_AEfloatCorrectTemplate.kClampOutput; displayString -replace -value "Float" m_AEfloatCorrectTemplate.kFloat; displayString -replace -value "Float Correct" m_AEfloatCorrectTemplate.kFloatCorrect; displayString -replace -value "Gain" m_AEfloatCorrectTemplate.kGain; displayString -replace -value "Gamma" m_AEfloatCorrectTemplate.kGamma; displayString -replace -value "Inputs" m_AEfloatCorrectTemplate.kInputs; displayString -replace -value "Max" m_AEfloatCorrectTemplate.kMax; displayString -replace -value "Min" m_AEfloatCorrectTemplate.kMin; displayString -replace -value "Offset" m_AEfloatCorrectTemplate.kOffset;