Share

AcColorSettings

C++

struct AcColorSettings {
  DWORD dwGfxModelBkColor;
  DWORD dwGfxLayoutBkColor;
  DWORD dwPaperBkColor;
  DWORD dwParallelBkColor;
  DWORD dwBEditBkColor;
  DWORD dwCmdLineBkColor;
  DWORD dwPlotPrevBkColor;
  DWORD dwSkyGradientZenithColor;
  DWORD dwSkyGradientHorizonColor;
  DWORD dwGroundGradientOriginColor;
  DWORD dwGroundGradientHorizonColor;
  DWORD dwEarthGradientAzimuthColor;
  DWORD dwEarthGradientHorizonColor;
  DWORD dwModelCrossHairColor;
  DWORD dwLayoutCrossHairColor;
  DWORD dwParallelCrossHairColor;
  DWORD dwPerspectiveCrossHairColor;
  DWORD dwBEditCrossHairColor;
  DWORD dwParallelGridMajorLines;
  DWORD dwPerspectiveGridMajorLines;
  DWORD dwParallelGridMinorLines;
  DWORD dwPerspectiveGridMinorLines;
  DWORD dwParallelGridAxisLines;
  DWORD dwPerspectiveGridAxisLines;
  DWORD dwTextForeColor, dwTextBkColor;
  DWORD dwCmdLineForeColor;
  DWORD dwCmdLineTempPromptBkColor;
  DWORD dwCmdLineTempPromptTextColor;
  DWORD dwCmdLineCmdOptKeywordColor;
  DWORD dwCmdLineCmdOptBkColor;
  DWORD dwCmdLineCmdOptHighlightedColor;
  DWORD dwAutoTrackingVecColor;
  DWORD dwLayoutATrackVecColor;
  DWORD dwParallelATrackVecColor;
  DWORD dwPerspectiveATrackVecColor;
  DWORD dwBEditATrackVecColor;
  DWORD dwModelASnapMarkerColor;
  DWORD dwLayoutASnapMarkerColor;
  DWORD dwParallelASnapMarkerColor;
  DWORD dwPerspectiveASnapMarkerColor;
  DWORD dwBEditASnapMarkerColor;
  DWORD dwModelDftingTooltipColor;
  DWORD dwLayoutDftingTooltipColor;
  DWORD dwParallelDftingTooltipColor;
  DWORD dwPerspectiveDftingTooltipColor;
  DWORD dwBEditDftingTooltipColor;
  DWORD dwModelDftingTooltipBkColor;
  DWORD dwLayoutDftingTooltipBkColor;
  DWORD dwParallelDftingTooltipBkColor;
  DWORD dwPerspectiveDftingTooltipBkColor;
  DWORD dwBEditDftingTooltipBkColor;
  DWORD dwModelLightGlyphs;
  DWORD dwLayoutLightGlyphs;
  DWORD dwParallelLightGlyphs;
  DWORD dwPerspectiveLightGlyphs;
  DWORD dwBEditLightGlyphs;
  DWORD dwModelLightHotspot;
  DWORD dwLayoutLightHotspot;
  DWORD dwParallelLightHotspot;
  DWORD dwPerspectiveLightHotspot;
  DWORD dwBEditLightHotspot;
  DWORD dwModelLightFalloff;
  DWORD dwLayoutLightFalloff;
  DWORD dwParallelLightFalloff;
  DWORD dwPerspectiveLightFalloff;
  DWORD dwBEditLightFalloff;
  DWORD dwModelLightStartLimit;
  DWORD dwLayoutLightStartLimit;
  DWORD dwParallelLightStartLimit;
  DWORD dwPerspectiveLightStartLimit;
  DWORD dwBEditLightStartLimit;
  DWORD dwModelLightEndLimit;
  DWORD dwLayoutLightEndLimit;
  DWORD dwParallelLightEndLimit;
  DWORD dwPerspectiveLightEndLimit;
  DWORD dwBEditLightEndLimit;
  DWORD dwModelCameraGlyphs;
  DWORD dwLayoutCameraGlyphs;
  DWORD dwParallelCameraGlyphs;
  DWORD dwPerspectiveCameraGlyphs;
  DWORD dwModelCameraFrustrum;
  DWORD dwLayoutCameraFrustrum;
  DWORD dwParallelCameraFrustrum;
  DWORD dwPerspectiveCameraFrustrum;
  DWORD dwModelCameraClipping;
  DWORD dwLayoutCameraClipping;
  DWORD dwParallelCameraClipping;
  DWORD dwPerspectiveCameraClipping;
  int nModelCrosshairUseTintXYZ;
  int nLayoutCrosshairUseTintXYZ;
  int nParallelCrosshairUseTintXYZ;
  int nPerspectiveCrosshairUseTintXYZ;
  int nBEditCrossHairUseTintXYZ;
  int nModelATrackVecUseTintXYZ;
  int nLayoutATrackVecUseTintXYZ;
  int nParallelATrackVecUseTintXYZ;
  int nPerspectiveATrackVecUseTintXYZ;
  int nBEditATrackVecUseTintXYZ;
  int nModelDftingTooltipBkUseTintXYZ;
  int nLayoutDftingTooltipBkUseTintXYZ;
  int nParallelDftingTooltipBkUseTintXYZ;
  int nPerspectiveDftingTooltipBkUseTintXYZ;
  int nBEditDftingTooltipBkUseTintXYZ;
  int nParallelGridMajorLineTintXYZ;
  int nPerspectiveGridMajorLineTintXYZ;
  int nParallelGridMinorLineTintXYZ;
  int nPerspectiveGridMinorLineTintXYZ;
  int nParallelGridAxisLineTintXYZ;
  int nPerspectiveGridAxisLineTintXYZ;
};

File

core_rxmfcapi.h

Members

Members Description
dwGfxModelBkColor Graphics window model space background color
dwGfxLayoutBkColor Graphics window layout background color
dwParallelBkColor Parallel projection solid background color
dwBEditBkColor Block editor solid background color
dwCmdLineBkColor Command line window background color
dwPlotPrevBkColor Preview solid background color
dwSkyGradientZenithColor Perspective projection gradient background sky zenith color
dwSkyGradientHorizonColor Perspective projection gradient background sky horizon color
dwGroundGradientOriginColor Perspective projection gradient background ground origin color
dwGroundGradientHorizonColor Perspective projection gradient background ground horizon color
dwEarthGradientAzimuthColor Perspective projection gradient background earth azimuth color
dwEarthGradientHorizonColor Perspective projection gradient background earth horizon color
dwModelCrossHairColor Model space crosshair color
dwLayoutCrossHairColor Layout space crosshair color
dwParallelCrossHairColor Parallel projection crosshair color
dwPerspectiveCrossHairColor Perspective projection crosshair color
dwPerspectiveGridMinorLines Perspective projection ground plane grid minor lines color
dwParallelGridAxisLines Parallel projection ground plane grid axis lines color
dwPerspectiveGridAxisLines Perspective projection ground plane grid axis lines color
dwTextBkColor Text window background color
dwTextForeColor Text window foreground color
dwCmdLineForeColor Command line window foreground color
dwAutoTrackingVecColor AutoTrack vector color
dwLayoutATrackVecColor Layout space autotrack vector color
dwParallelATrackVecColor Parallel projection autotrack vector color
dwPerspectiveATrackVecColor Perspective projection autotrack vector color
dwBEditATrackVecColor Block editor autotrack vector color
dwModelASnapMarkerColor Model space autosnap marker color
dwLayoutASnapMarkerColor Layout space autosnap marker color
dwParallelASnapMarkerColor Parallel projection autosnap marker color
dwPerspectiveASnapMarkerColor Perspective projection autosnap marker color
dwBEditASnapMarkerColor Block editor autosnap marker color
dwModelDftingTooltipColor Model space drafting tooltip color
dwLayoutDftingTooltipColor Layout space drafting tooltip color
dwParallelDftingTooltipColor Parallel projection drafting tooltip color
dwParallelDftingTooltipBkColor Parallel projection drafting tooltip background color
dwPerspectiveDftingTooltipBkColor Perspective projection drafting tooltip background color
dwBEditDftingTooltipBkColor Block editor drafting tooltip background color
dwModelLightGlyphs Model space light glyphs color
dwLayoutLightGlyphs Layout space light glyphs color
dwParallelLightGlyphs Parallel projection light glyphs color
dwPerspectiveLightGlyphs Perspective projection light glyphs color
dwBEditLightGlyphs Block editor light glyphs color
dwModelLightHotspot Model space light hotspot color
dwLayoutLightHotspot Layout space light hotspot color
dwParallelLightHotspot Parallel projection light hotspot color
dwPerspectiveLightHotspot Perspective projection light hotspot color
dwBEditLightHotspot Block editor light hotspot color
dwBEditLightFalloff Block editor light falloff color
dwModelLightStartLimit Model space light start limit color
dwLayoutLightStartLimit Layout space light start limit color
dwParallelLightStartLimit Parallel projection light start limit color
dwPerspectiveLightStartLimit Perspective projection light start limit color
dwBEditLightStartLimit Block editor light start limit color
dwModelLightEndLimit Model space light end limit color
dwLayoutLightEndLimit Model space light end limit color
dwParallelLightEndLimit Parallel projection light end limit color
dwPerspectiveLightEndLimit Perspective projection light end limit color
dwBEditLightEndLimit Block editor light end limit color
dwModelCameraGlyphs Model space camera glyphs color
dwLayoutCameraGlyphs Layout space camera glyphs color
dwParallelCameraGlyphs Parallel projection camera glyphs color
dwPerspectiveCameraGlyphs Perspective projection camera glyphs color
dwModelCameraFrustrum Model space camera frustrum plane color
dwModelCameraClipping Model space camera clipping plane color
dwLayoutCameraClipping Layout space camera clipping plane color
dwParallelCameraClipping Parallel projection camera clipping plane color
dwPerspectiveCameraClipping Perspective projection camera clipping plane color
nModelCrosshairUseTintXYZ Tint X, Y, Z axis for model space crosshair
nLayoutCrosshairUseTintXYZ Tint X, Y, Z axis for layout space crosshair
nParallelCrosshairUseTintXYZ Tint X, Y, Z axis for parallel projection crosshair
nPerspectiveCrosshairUseTintXYZ Tint X, Y, Z axis for perspective projection crosshair
nBEditCrossHairUseTintXYZ Tint X, Y, Z axis for block editor crosshair
nModelATrackVecUseTintXYZ Tint X, Y, Z for model space autotrack vector
nLayoutATrackVecUseTintXYZ Tint X, Y, Z for layout space autotrack vector
nParallelATrackVecUseTintXYZ Tint X, Y, Z for parallel projection autotrack vector
nPerspectiveATrackVecUseTintXYZ Tint X, Y, Z for perspective projection autotrack vector
nBEditATrackVecUseTintXYZ Tint X, Y, Z for block editor autotrack vector
nModelDftingTooltipBkUseTintXYZ Tint X, Y, Z dynamic input fields background for model space
nParallelGridMajorLineTintXYZ Tint X, Y, Z major lines for parallel projection ground plane grid
nPerspectiveGridMajorLineTintXYZ Tint X, Y, Z major lines for perspective projection ground plane grid
nParallelGridMinorLineTintXYZ Tint X, Y, Z minor lines for parallel projection ground plane grid
nPerspectiveGridMinorLineTintXYZ Tint X, Y, Z minor lines for perspective projection ground plane grid
nParallelGridAxisLineTintXYZ Tint X, Y, Z axis lines for parallel projection ground plane grid
nPerspectiveGridAxisLineTintXYZ Tint X, Y, Z axis lines for perspective projection ground plane grid

Description

Contains the colors of the AutoCAD drawing window, text window, command line window, crosshair, and AutoTrack vector.

Previous Declaration

struct AcColorSettings {

DWORD dwGfxModelBkColor;

DWORD dwGfxLayoutBkColor;

DWORD dwParallelBkColor;

DWORD dwBEditBkColor;

DWORD dwCmdLineBkColor;

DWORD dwPlotPrevBkColor;

DWORD dwSkyGradientZenithColor;

DWORD dwSkyGradientHorizonColor;

DWORD dwGroundGradientOriginColor;

DWORD dwGroundGradientHorizonColor;

DWORD dwEarthGradientAzimuthColor;

DWORD dwEarthGradientHorizonColor;

DWORD dwModelCrossHairColor;

DWORD dwLayoutCrossHairColor;

DWORD dwParallelCrossHairColor;

DWORD dwPerspectiveCrossHairColor;

DWORD dwBEditCrossHairColor;

DWORD dwParallelGridMajorLines;

DWORD dwPerspectiveGridMajorLines;

DWORD dwParallelGridMinorLines;

DWORD dwPerspectiveGridMinorLines;

DWORD dwParallelGridAxisLines;

DWORD dwPerspectiveGridAxisLines;

DWORD dwTextForeColor, dwTextBkColor;

DWORD dwCmdLineForeColor;

DWORD dwCmdLineTempPromptBkColor;

DWORD dwCmdLineTempPromptTextColor;

DWORD dwCmdLineCmdOptKeywordColor;

DWORD dwCmdLineCmdOptBkColor;

DWORD dwCmdLineCmdOptHighlightedColor;

DWORD dwAutoTrackingVecColor;

DWORD dwLayoutATrackVecColor;

DWORD dwParallelATrackVecColor;

DWORD dwPerspectiveATrackVecColor;

DWORD dwBEditATrackVecColor;

DWORD dwModelASnapMarkerColor;

DWORD dwLayoutASnapMarkerColor;

DWORD dwParallelASnapMarkerColor;

DWORD dwPerspectiveASnapMarkerColor;

DWORD dwBEditASnapMarkerColor;

DWORD dwModelDftingTooltipColor;

DWORD dwLayoutDftingTooltipColor;

DWORD dwParallelDftingTooltipColor;

DWORD dwPerspectiveDftingTooltipColor;

DWORD dwBEditDftingTooltipColor;

DWORD dwModelDftingTooltipBkColor;

DWORD dwLayoutDftingTooltipBkColor;

DWORD dwParallelDftingTooltipBkColor;

DWORD dwPerspectiveDftingTooltipBkColor;

DWORD dwBEditDftingTooltipBkColor;

DWORD dwModelLightGlyphs;

DWORD dwLayoutLightGlyphs;

DWORD dwParallelLightGlyphs;

DWORD dwPerspectiveLightGlyphs;

DWORD dwBEditLightGlyphs;

DWORD dwModelLightHotspot;

DWORD dwLayoutLightHotspot;

DWORD dwParallelLightHotspot;

DWORD dwPerspectiveLightHotspot;

DWORD dwBEditLightHotspot;

DWORD dwModelLightFalloff;

DWORD dwLayoutLightFalloff;

DWORD dwParallelLightFalloff;

DWORD dwPerspectiveLightFalloff;

DWORD dwBEditLightFalloff;

DWORD dwModelLightStartLimit;

DWORD dwLayoutLightStartLimit;

DWORD dwParallelLightStartLimit;

DWORD dwPerspectiveLightStartLimit;

DWORD dwBEditLightStartLimit;

DWORD dwModelLightEndLimit;

DWORD dwLayoutLightEndLimit;

DWORD dwParallelLightEndLimit;

DWORD dwPerspectiveLightEndLimit;

DWORD dwBEditLightEndLimit;

DWORD dwModelCameraGlyphs;

DWORD dwLayoutCameraGlyphs;

DWORD dwParallelCameraGlyphs;

DWORD dwPerspectiveCameraGlyphs;

DWORD dwModelCameraFrustrum;

DWORD dwLayoutCameraFrustrum;

DWORD dwParallelCameraFrustrum;

DWORD dwPerspectiveCameraFrustrum;

DWORD dwModelCameraClipping;

DWORD dwLayoutCameraClipping;

DWORD dwParallelCameraClipping;

DWORD dwPerspectiveCameraClipping;

int nModelCrosshairUseTintXYZ;

int nLayoutCrosshairUseTintXYZ;

int nParallelCrosshairUseTintXYZ;

int nPerspectiveCrosshairUseTintXYZ;

int nBEditCrossHairUseTintXYZ;

int nModelATrackVecUseTintXYZ;

int nLayoutATrackVecUseTintXYZ;

int nParallelATrackVecUseTintXYZ;

int nPerspectiveATrackVecUseTintXYZ;

int nBEditATrackVecUseTintXYZ;

int nModelDftingTooltipBkUseTintXYZ;

int nLayoutDftingTooltipBkUseTintXYZ;

int nParallelDftingTooltipBkUseTintXYZ;

int nPerspectiveDftingTooltipBkUseTintXYZ;

int nBEditDftingTooltipBkUseTintXYZ;

int nParallelGridMajorLineTintXYZ;

int nPerspectiveGridMajorLineTintXYZ;

int nParallelGridMinorLineTintXYZ;

int nPerspectiveGridMinorLineTintXYZ;

int nParallelGridAxisLineTintXYZ;

int nPerspectiveGridAxisLineTintXYZ;

};

Was this information helpful?