Share

AcColorSettingsEx

C++

struct AcColorSettingsEx {
  DWORD dwModelLightWeb;
  DWORD dwLayoutLightWeb;
  DWORD dwParallelLightWeb;
  DWORD dwPerspectiveLightWeb;
  DWORD dwBEditLightWeb;
  DWORD dwModelLightWebMissingFile;
  DWORD dwLayoutLightWebMissingFile;
  DWORD dwParallelLightWebMissingFile;
  DWORD dwPerspectiveLightWebMissingFile;
  DWORD dwBEditLightWebMissingFile;
  DWORD dwModelLightWebShape;
  DWORD dwLayoutLightWebShape;
  DWORD dwParallelLightWebShape;
  DWORD dwPerspectiveLightWebShape;
  DWORD dwBEditLightWebShape;
  DWORD dwModelLightWebLuxAtDist;
  DWORD dwLayoutLightWebLuxAtDist;
  DWORD dwParallelLightWebLuxAtDist;
  DWORD dwPerspectiveLightWebLuxAtDist;
  DWORD dwBEditLightWebLuxAtDist;
  DWORD dwBEditUnconstrainedColor;
  DWORD dwBEditPartiallyConstrainedColor;
  DWORD dwBEditFullyConstrainedColor;
  DWORD dwBEditOverConstrainedColor;
};

File

core_rxmfcapi.h

Members

Members Description
dwModelLightWeb Model space light web color
dwLayoutLightWeb Layout space light web color
dwParallelLightWeb Parallel space light web color
dwPerspectiveLightWeb Perspective space light web color
dwBEditLightWeb Block editor light web color
dwModelLightWebMissingFile Model space for light web missing file color
dwLayoutLightWebMissingFile Layout space light web missing file color
dwParallelLightWebMissingFile Parallel space light web missing file color
dwPerspectiveLightWebMissingFile Perspective space light web missing file color
dwBEditLightWebMissingFile Block edit light web missing file color
dwModelLightWebShape Model space light web shape extended source color
dwLayoutLightWebShape Layout space light web shape extended source color
dwParallelLightWebShape Parallel space light web shape extended source color
dwPerspectiveLightWebShape Perspective space light web shape extended source color
dwBEditLightWebShape Block edit space light web shape extended source color
dwModelLightWebLuxAtDist Model space Light Web lux at distance color
dwLayoutLightWebLuxAtDist Layout space Light Web lux at distance color
dwParallelLightWebLuxAtDist Parallel space Light Web lux at distance color
dwPerspectiveLightWebLuxAtDist Perspective space Light Web lux at distance color
dwBEditLightWebLuxAtDist Block edit space Light Web lux at distance color
dwBEditUnconstrainedColor BCONSTATUS unconstrained entity color.
dwBEditPartiallyConstrainedColor BCONSTATUS partially constrained entity color.
dwBEditFullyConstrainedColor BCONSTATUS fully constrained entity color.
dwBEditOverConstrainedColor BCONSTATUS over constrained entity color.

Description

More color settings.

Was this information helpful?