// =========================================================================== // 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 "Alpha" m_artisanValues.kAlpha; displayString -replace -value "Blue" m_artisanValues.kBlue; displayString -replace -value "Green" m_artisanValues.kGreen; displayString -replace -value "Luminance" m_artisanValues.kLuminance; displayString -replace -value "RGB" m_artisanValues.kRGB; displayString -replace -value "RGBA" m_artisanValues.kRGBA; displayString -replace -value "Red" m_artisanValues.kRed;