// =========================================================================== // 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 "Box RGB" m_colorProfileProcedures.kColorProfileBoxRGB; displayString -replace -value "CIE L*a*b*" m_colorProfileProcedures.kColorProfileCIELab; displayString -replace -value "CIE L*u*v*" m_colorProfileProcedures.kColorProfileCIELuv; displayString -replace -value "CIE XYZ" m_colorProfileProcedures.kColorProfileCIEXYZ; displayString -replace -value "Default" m_colorProfileProcedures.kColorProfileDefault; displayString -replace -value "Use Default Input Profile" m_colorProfileProcedures.kColorProfileDefaultInput; displayString -replace -value "Use Default Output Profile" m_colorProfileProcedures.kColorProfileDefaultOutput; displayString -replace -value "Linear Rec. 709" m_colorProfileProcedures.kColorProfileHDTV; displayString -replace -value "Color Profile" m_colorProfileProcedures.kColorProfileLabel; displayString -replace -value "Line RGB" m_colorProfileProcedures.kColorProfileLineRGB; displayString -replace -value "NTSC" m_colorProfileProcedures.kColorProfileNTSC; displayString -replace -value "HDTV (Rec. 709)" m_colorProfileProcedures.kColorProfileRec709; displayString -replace -value "Linear sRGB" m_colorProfileProcedures.kColorProfileSRGB; displayString -replace -value "sRGB" m_colorProfileProcedures.kColorProfileSRGBg; displayString -replace -value "Sharp RGB" m_colorProfileProcedures.kColorProfileSharpRGB; displayString -replace -value "CMY" m_colorProfileProcedures.kColorProfileSimpleCMY; displayString -replace -value "CMYK" m_colorProfileProcedures.kColorProfileSimpleCMYK; displayString -replace -value "Use Render Color Profile" m_colorProfileProcedures.kColorProfileUseRender; displayString -replace -value "Create a new color profile" m_colorProfileProcedures.kCreateNewColorProfile; displayString -replace -value "'^1s' is not a color profile node." m_colorProfileProcedures.kNotColorProfileError;