#include <pcl/surface/3rdparty/opennurbs/opennurbs_color.h>
List of all members.
Public Member Functions |
| ON_Color () |
| ON_Color (int red, int green, int blue) |
| ON_Color (int red, int green, int blue, int alpha) |
| ON_Color (unsigned int) |
| operator unsigned int () const |
unsigned int | WindowsRGB () const |
int | Compare (const ON_Color &) const |
int | Red () const |
int | Green () const |
int | Blue () const |
int | Alpha () const |
double | FractionRed () const |
double | FractionGreen () const |
double | FractionBlue () const |
double | FractionAlpha () const |
void | SetRGB (int red, int green, int blue) |
void | SetFractionalRGB (double red, double green, double blue) |
void | SetAlpha (int alpha) |
void | SetFractionalAlpha (double alpha) |
void | SetRGBA (int red, int green, int blue, int alpha) |
void | SetFractionalRGBA (double red, double green, double blue, double alpha) |
double | Hue () const |
double | Saturation () const |
double | Value () const |
void | SetHSV (double h, double s, double v) |
Static Public Attributes |
static const ON_Color | UnsetColor |
Detailed Description
Definition at line 24 of file opennurbs_color.h.
Constructor & Destructor Documentation
Member Function Documentation
ON_Color::operator unsigned int |
( |
| ) |
const |
Member Data Documentation
The documentation for this class was generated from the following file:
- /tmp/buildd/pcl-1.7-1.7.0/surface/include/pcl/surface/3rdparty/opennurbs/opennurbs_color.h