Point Cloud Library (PCL)
1.11.1
|
17 #if !defined(OPENNURBS_COLOR_INC_)
18 #define OPENNURBS_COLOR_INC_
52 operator unsigned int()
const;
135 unsigned int m_color;
void SetFractionalRGBA(double red, double green, double blue, double alpha)
void SetFractionalRGB(double red, double green, double blue)
void SetRGBA(int red, int green, int blue, int alpha)
double FractionBlue() const
int Compare(const ON_Color &) const
double FractionGreen() const
void SetRGB(int red, int green, int blue)
ON_Color(int red, int green, int blue, int alpha)
unsigned int WindowsRGB() const
double FractionRed() const
static const ON_Color UnsetColor
double FractionAlpha() const
void SetHSV(double h, double s, double v)
double Saturation() const
ON_Color(int red, int green, int blue)
void SetFractionalAlpha(double alpha)