|
CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"#include "Gi/GiRasterImage.h"#include "DbDatabase.h"#include "DbEntity.h"#include "DbUnderlayItem.h"#include "DbDgnUnderlayHost.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdDbUnderlayFile |
| class | OdDbUnderlayHostPE |
Typedefs | |
| typedef OdSmartPtr< OdDbUnderlayFile > | OdDbUnderlayFilePtr |
| typedef OdSmartPtr< OdDbUnderlayHostPE > | OdDbUnderlayHostPEPtr |
Functions | |
| UNDERLAY_EXPORT void | oddbConvertRgbToHsl (const OdGeVector3d &rgb, OdGeVector3d &hsl) |
| UNDERLAY_EXPORT void | oddbConvertHslToRgb (const OdGeVector3d &hsl, OdGeVector3d &rgb) |
| UNDERLAY_EXPORT void | oddbUnderlayHostGetAdjustedColor (OdGeVector3d &rgbResult, const OdGeVector3d &rgbInputColor, const OdGeVector3d &rgbCurrentBackgroundColor, const OdGeVector3d &hslFadedContrastColor, const OdDbUnderlayDrawContext &drawContext) |
Definition at line 52 of file DbUnderlayHost.h.
Definition at line 71 of file DbUnderlayHost.h.
| UNDERLAY_EXPORT void oddbConvertHslToRgb | ( | const OdGeVector3d & | hsl, |
| OdGeVector3d & | rgb | ||
| ) |
| UNDERLAY_EXPORT void oddbConvertRgbToHsl | ( | const OdGeVector3d & | rgb, |
| OdGeVector3d & | hsl | ||
| ) |
| UNDERLAY_EXPORT void oddbUnderlayHostGetAdjustedColor | ( | OdGeVector3d & | rgbResult, |
| const OdGeVector3d & | rgbInputColor, | ||
| const OdGeVector3d & | rgbCurrentBackgroundColor, | ||
| const OdGeVector3d & | hslFadedContrastColor, | ||
| const OdDbUnderlayDrawContext & | drawContext | ||
| ) |