// =========================================================================== // 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 "Add" m_AEcolorMathTemplate.kAdd; displayString -replace -value "Alpha A" m_AEcolorMathTemplate.kAlphaA; displayString -replace -value "Alpha B" m_AEcolorMathTemplate.kAlphaB; displayString -replace -value "Color A" m_AEcolorMathTemplate.kColorA; displayString -replace -value "Color B" m_AEcolorMathTemplate.kColorB; displayString -replace -value "Divide" m_AEcolorMathTemplate.kDivide; displayString -replace -value "Input Layers" m_AEcolorMathTemplate.kInputLayers; displayString -replace -value "Math Operation" m_AEcolorMathTemplate.kMathOperation; displayString -replace -value "Max" m_AEcolorMathTemplate.kMax; displayString -replace -value "Min" m_AEcolorMathTemplate.kMin; displayString -replace -value "Multiply" m_AEcolorMathTemplate.kMultiply; displayString -replace -value "Operation" m_AEcolorMathTemplate.kOperation; displayString -replace -value "Subtract" m_AEcolorMathTemplate.kSubtract;