Share

acedGetCurrentColors

C++

ACCORE_PORT bool acedGetCurrentColors(
    AcColorSettings* pColorSettings
);

File

core_rxmfcapi.h

Description

Gets AutoCAD's current colors. The colors returned are those of the AutoCAD drawing window, text window, command line window, crosshair, and AutoTrack vector.

Returns TRUE if it successfully gets the current color setting. Otherwise returns FALSE.

Parameters

Parameters Description
pColorSettings Pointer to AcColorSettings structure to store colors returned

Was this information helpful?