CFx SDK Documentation
2022 SP0
|
#include <DbArgbColor.h>
Public Member Functions | |
ArgbColor () | |
ArgbColor (ColorModelHSL) | |
ArgbColor (ODCOLORREF) | |
void | setColor (const ColorModelHSL &) |
ColorModelHSL | color () const |
ArgbColor | gradientRgb (const ArgbColor &, const double) const |
ArgbColor | gradientRgb (const ColorModelHSL &, const double) const |
void | fromCOLORREF (ODCOLORREF) |
ODCOLORREF | toCOLORREF () const |
Static Public Member Functions | |
static ArgbColor | COLORREFToArgb (ODCOLORREF) |
This class represents the color for point cloud entities.
Corresponding C++ library: AcDbPointCloudObj
<group OdDbPointCloud_Classes>
Definition at line 58 of file DbArgbColor.h.
ArgbColor::ArgbColor | ( | ) |
ArgbColor::ArgbColor | ( | ColorModelHSL | ) |
ArgbColor::ArgbColor | ( | ODCOLORREF | ) |
ColorModelHSL ArgbColor::color | ( | ) | const |
|
static |
void ArgbColor::fromCOLORREF | ( | ODCOLORREF | ) |
ArgbColor ArgbColor::gradientRgb | ( | const ColorModelHSL & | , |
const double | |||
) | const |
void ArgbColor::setColor | ( | const ColorModelHSL & | ) |
ODCOLORREF ArgbColor::toCOLORREF | ( | ) | const |