|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include <hal_core/utilities/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 792 of file utils.h.
Referenced by hal::event_log::handle_grouping_event().
| int hal::utils::Color::h |
Definition at line 784 of file utils.h.
Referenced by hal::toQColor().
| int hal::utils::Color::s |
Definition at line 785 of file utils.h.
Referenced by hal::toQColor().
| int hal::utils::Color::v |
Definition at line 786 of file utils.h.
Referenced by hal::toQColor().