| Hedgehog
    3.1.0
    A library to generate hybrid pipeline workflow systems | 
Node print options. More...
#include "print_options.h"

| Classes | |
| struct | Color | 
| Simple color representation.  More... | |
| Public Member Functions | |
| Color | background () const | 
| Background color accessor. | |
| Color | font () const | 
| Font color accessor. | |
| void | background (Color background) | 
| Background color setter. | |
| void | font (Color font) | 
| Font color setter. | |
| Public Attributes | |
| Color | background_ = {0xff, 0xff, 0xff, 0xff} | 
| Background color. | |
| Color | font_ = {0, 0, 0, 0xff} | 
| Font color. | |
Node print options.
Definition at line 30 of file print_options.h.
| 
 | inline | 
Background color accessor.
Definition at line 44 of file print_options.h.

| 
 | inline | 
Background color setter.
| background | Color to set | 
Definition at line 51 of file print_options.h.


| 
 | inline | 
| 
 | inline | 
Font color setter.
| font | Color to set | 
Definition at line 55 of file print_options.h.


| Color hh::tool::PrintOptions::background_ = {0xff, 0xff, 0xff, 0xff} | 
Background color.
Definition at line 39 of file print_options.h.
| Color hh::tool::PrintOptions::font_ = {0, 0, 0, 0xff} | 
Font color.
Definition at line 40 of file print_options.h.