#include <Color.h>
|
| Hsv (const float h, const float s, const float v) |
|
float & | operator[] (const int index) |
|
float & | h () |
|
float | h () const |
|
float & | s () |
|
float | s () const |
|
float & | v () |
|
float | v () const |
|
Definition at line 218 of file Color.h.
◆ Hsv()
Hsv::Hsv |
( |
const float |
h, |
|
|
const float |
s, |
|
|
const float |
v |
|
) |
| |
|
inline |
◆ h() [1/2]
◆ h() [2/2]
◆ operator[]()
float& Hsv::operator[] |
( |
const int |
index | ) |
|
|
inline |
◆ s() [1/2]
◆ s() [2/2]
◆ v() [1/2]
◆ v() [2/2]
The documentation for this class was generated from the following file:
- /home/pavel/projects/astro/sph/src/gui/objects/Color.h