API Reference > OdCm Classes > OdCmColor Class > OdCmColor Operators > = Operator > OdCmColor::= Operator (OdCmColor&)
OdCmColor::= Operator (OdCmColor&)
Syntax
C++
OdCmColor& operator =(const OdCmColor& color);
Parameters 
Description 
const OdCmColor& color 
[in] Color as OdCmdColor object.  

OdCmColor object with values identical to those of the parameter.

Assignment operator. Assigns values of the rhs parameter to the lhs parameter. 

 

Values that are being assigned are RGBM, colorName and bookName.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.