CFx SDK Documentation
2020SP3
|
#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 | |
TOOLKIT_EXPORT void | oddbConvertRgbToHsl (const OdGeVector3d &rgb, OdGeVector3d &hsl) |
TOOLKIT_EXPORT void | oddbConvertHslToRgb (const OdGeVector3d &hsl, OdGeVector3d &rgb) |
TOOLKIT_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.
TOOLKIT_EXPORT void oddbConvertHslToRgb | ( | const OdGeVector3d & | hsl, |
OdGeVector3d & | rgb | ||
) |
TOOLKIT_EXPORT void oddbConvertRgbToHsl | ( | const OdGeVector3d & | rgb, |
OdGeVector3d & | hsl | ||
) |
TOOLKIT_EXPORT void oddbUnderlayHostGetAdjustedColor | ( | OdGeVector3d & | rgbResult, |
const OdGeVector3d & | rgbInputColor, | ||
const OdGeVector3d & | rgbCurrentBackgroundColor, | ||
const OdGeVector3d & | hslFadedContrastColor, | ||
const OdDbUnderlayDrawContext & | drawContext | ||
) |