Share

AcCmComplexColor

Class Hierarchy

AcRxObject
    AcDbXObject
        AcCmComplexColor

C++

class AcCmComplexColor : public AcDbXObject;

File

dbmain.h

Description

AcCmComplexColor is a class intended to support a wide variety of color spaces, light sources, and so on.

The default implementation is to store and retrieve AutoCAD Color Indices. It is logically the same as AcCmColor, but is less efficient. It also maintains a reference count, although the reference count value is never checked or used.

Developers are advised to avoid using this class, except at their own risk. Use of the AcCmColor class to store color index values is preferred.

Links

AcCmComplexColor Methods

See Also

AcCmColor

Was this information helpful?