CFx SDK Documentation  2023 SP0
Classes | Typedefs | Functions
DbUnderlayHost.h File Reference
#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< OdDbUnderlayFileOdDbUnderlayFilePtr
 
typedef OdSmartPtr< OdDbUnderlayHostPEOdDbUnderlayHostPEPtr
 

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)
 

Typedef Documentation

◆ OdDbUnderlayFilePtr

Definition at line 52 of file DbUnderlayHost.h.

◆ OdDbUnderlayHostPEPtr

Definition at line 71 of file DbUnderlayHost.h.

Function Documentation

◆ oddbConvertHslToRgb()

TOOLKIT_EXPORT void oddbConvertHslToRgb ( const OdGeVector3d hsl,
OdGeVector3d rgb 
)

◆ oddbConvertRgbToHsl()

TOOLKIT_EXPORT void oddbConvertRgbToHsl ( const OdGeVector3d rgb,
OdGeVector3d hsl 
)

◆ oddbUnderlayHostGetAdjustedColor()

TOOLKIT_EXPORT void oddbUnderlayHostGetAdjustedColor ( OdGeVector3d rgbResult,
const OdGeVector3d rgbInputColor,
const OdGeVector3d rgbCurrentBackgroundColor,
const OdGeVector3d hslFadedContrastColor,
const OdDbUnderlayDrawContext drawContext 
)