Share

accmResolveEffectiveColorToRGB Function

C++

ACDBCORE2D_PORT AcCmEntityColor accmResolveEffectiveColorToRGB(
    const AcCmEntityColor& effectiveColor, 
    AcDbObjectId entLayerId
);

File

dbcolor.h

Description

Returns a copy of an AcCmEntityColor object that is based on the color of a layer.

Parameters

Parameters Description
effectiveColor Input of an AcCmEntityColor object
entLayerId Input as an object ID of a layer

Was this information helpful?