|
HAL
|
#include <utils.h>

Public Member Functions | |
| Color (int _h=0, int _s=0, int _v=0) | |
| std::string | toString () |
Public Attributes | |
| int | h |
| int | s |
| int | v |
Class for color in HSV representation (hue, saturation, value).
Used for grouping colors. Default is black.
|
inline |
|
inline |
Definition at line 786 of file utils.h.
Referenced by hal::event_log::handle_grouping_event().
| int hal::utils::Color::h |
Definition at line 778 of file utils.h.
Referenced by hal::toQColor().
| int hal::utils::Color::s |
Definition at line 779 of file utils.h.
Referenced by hal::toQColor().
| int hal::utils::Color::v |
Definition at line 780 of file utils.h.
Referenced by hal::toQColor().