| Hedgehog
    3.1.0
    A library to generate hybrid pipeline workflow systems | 
Simple color representation. More...
#include "print_options.h"

| Public Attributes | |
| uint8_t | r_ = 0 | 
| Red color value. | |
| uint8_t | g_ = 0 | 
| Green color value. | |
| uint8_t | b_ = 0 | 
| Blue color value. | |
| uint8_t | a_ = 0 | 
| Alpha color value. | |
Simple color representation.
Definition at line 32 of file print_options.h.
| uint8_t hh::tool::PrintOptions::Color::a_ = 0 | 
Alpha color value.
Definition at line 37 of file print_options.h.
| uint8_t hh::tool::PrintOptions::Color::b_ = 0 | 
Blue color value.
Definition at line 36 of file print_options.h.
| uint8_t hh::tool::PrintOptions::Color::g_ = 0 | 
Green color value.
Definition at line 35 of file print_options.h.
| uint8_t hh::tool::PrintOptions::Color::r_ = 0 | 
Red color value.
Definition at line 34 of file print_options.h.