Share

AcDbUnderlayDrawContext

C++

struct AcDbUnderlayDrawContext {
  Adesk::UInt8 contrast;
  Adesk::UInt8 fade;
  bool monochrome;
  bool adjustColorForBackground;
  AcUnderlayLayer** pLayers;
};

File

dbunderlayhost.h

Members

Members Description
contrast Contrast at which the item should be drawn.
fade The fade for the item to be drawn.
monochrome True if the item should be drawn monochrome.
adjustColorForBackground True if the item should consider changing some of the colors to make them more visible on the current background.
pLayers A NULL terminated array of UnderlayLayers to have their state set before drawing.

Description

Provides additional information for drawing an underlay.

Was this information helpful?