Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
hh::tool::PrintOptions::Color Struct Reference

Simple color representation. More...

#include "print_options.h"

Collaboration diagram for hh::tool::PrintOptions::Color:
Collaboration graph

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.
 

Detailed Description

Simple color representation.

Definition at line 32 of file print_options.h.

Member Data Documentation

◆ a_

uint8_t hh::tool::PrintOptions::Color::a_ = 0

Alpha color value.

Definition at line 37 of file print_options.h.

◆ b_

uint8_t hh::tool::PrintOptions::Color::b_ = 0

Blue color value.

Definition at line 36 of file print_options.h.

◆ g_

uint8_t hh::tool::PrintOptions::Color::g_ = 0

Green color value.

Definition at line 35 of file print_options.h.

◆ r_

uint8_t hh::tool::PrintOptions::Color::r_ = 0

Red color value.

Definition at line 34 of file print_options.h.