Share

AcDbEntity::entityColor

C++

AcCmEntityColor entityColor() const;

Description

This function returns the color settings of the entity in an AcCmEntityColor form.

Most clients should use the color() function, which returns the heavyweight AcCmColor object. However, if color name information is not required, this function provides faster access to the lightweight AcCmEntityColor data.

Links

AcDbEntity

Was this information helpful?