![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
HSV color. More...
#include <HSV.h>

Public Member Functions | |
| Hsv () | |
| Default constrctor. More... | |
| Hsv (const ecvColor::Rgb &rgb) | |
| Constrctor from a RGB color. More... | |
Public Attributes | |
| uint16_t | h |
| uint16_t | s |
| uint16_t | v |
|
inline |
Constrctor from a RGB color.
Definition at line 36 of file HSV.h.
References ecvColor::RgbTpl< Type >::b, ecvColor::RgbTpl< Type >::g, h, max(), min(), ecvColor::RgbTpl< Type >::r, s, and v.
| uint16_t Hsv::h |
Definition at line 66 of file HSV.h.
Referenced by Hsv(), and HSVDialog::updateValues().
| uint16_t Hsv::s |
Definition at line 66 of file HSV.h.
Referenced by Hsv(), and HSVDialog::updateValues().
| uint16_t Hsv::v |
Definition at line 66 of file HSV.h.
Referenced by Hsv(), and HSVDialog::updateValues().