|
PLearn 0.1
|
#include <RGBImage.h>

Public Member Functions | |
| HSV () | |
| HSV (unsigned char the_h, unsigned char the_s, unsigned char the_v) | |
Public Attributes | |
| unsigned char | h |
| unsigned char | s |
| unsigned char | v |
Definition at line 87 of file RGBImage.h.
| PLearn::HSV::HSV | ( | ) | [inline] |
Definition at line 94 of file RGBImage.h.
{}
| PLearn::HSV::HSV | ( | unsigned char | the_h, |
| unsigned char | the_s, | ||
| unsigned char | the_v | ||
| ) | [inline] |
Definition at line 95 of file RGBImage.h.
| unsigned char PLearn::HSV::h |
Definition at line 90 of file RGBImage.h.
| unsigned char PLearn::HSV::s |
Definition at line 91 of file RGBImage.h.
| unsigned char PLearn::HSV::v |
Definition at line 92 of file RGBImage.h.
1.7.4