Share

accmAttenuateRGB Function

C++

ACDBCORE2D_PORT AcCmEntityColor accmAttenuateRGB(
    const AcCmEntityColor& in
);

File

dbcolor.h

Description

Returns a copy of an AcCmEntityColor object that has had its color dimmed. This function utilizes the current value of the XFADECTL system variable.

Parameters

Parameters Description
in Input of an AcCmEntityColor object

Was this information helpful?