|
FuncSketch
|
Struct of RGB color. More...
#include <func_sketch/plotter/rgb_color.h>
Public Attributes | |
| std::uint8_t | r |
| Red component. | |
| std::uint8_t | g |
| Green component. | |
| std::uint8_t | b |
| Blue component. | |
Struct of RGB color.
Definition at line 31 of file rgb_color.h.
| std::uint8_t func_sketch::plotter::RGBColor::r |
Red component.
Definition at line 33 of file rgb_color.h.
| std::uint8_t func_sketch::plotter::RGBColor::g |
Green component.
Definition at line 36 of file rgb_color.h.
| std::uint8_t func_sketch::plotter::RGBColor::b |
Blue component.
Definition at line 39 of file rgb_color.h.