// =========================================================================== // 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 "Clamped" m_createEmptyColorSet.kClamped; displayString -replace -value "Color Range" m_createEmptyColorSet.kColorRange; displayString -replace -value "Color Set Sharing:" m_createEmptyColorSet.kColorSetSharing; displayString -replace -value "Component Type" m_createEmptyColorSet.kCompType; displayString -replace -value "A" m_createEmptyColorSet.kCreateEmptyColorSetA; displayString -replace -value "Create Empty Color Set Options" m_createEmptyColorSet.kOptions; displayString -replace -value "Per Instance Shared" m_createEmptyColorSet.kPerInstanceShared; displayString -replace -value "Per Instance Unshared" m_createEmptyColorSet.kPerInstanceUnshared; displayString -replace -value "RGB" m_createEmptyColorSet.kRGB; displayString -replace -value "RGBA" m_createEmptyColorSet.kRGBA; displayString -replace -value "Shared" m_createEmptyColorSet.kShared;