FuncSketch
Loading...
Searching...
No Matches
func_sketch::plotter::RGBColor Struct Reference

Struct of RGB color. More...

#include <func_sketch/plotter/rgb_color.h>

Collaboration diagram for func_sketch::plotter::RGBColor:

Public Attributes

std::uint8_t r
 Red component.
std::uint8_t g
 Green component.
std::uint8_t b
 Blue component.

Detailed Description

Struct of RGB color.

Definition at line 31 of file rgb_color.h.

Member Data Documentation

◆ r

std::uint8_t func_sketch::plotter::RGBColor::r

Red component.

Definition at line 33 of file rgb_color.h.

◆ g

std::uint8_t func_sketch::plotter::RGBColor::g

Green component.

Definition at line 36 of file rgb_color.h.

◆ b

std::uint8_t func_sketch::plotter::RGBColor::b

Blue component.

Definition at line 39 of file rgb_color.h.


The documentation for this struct was generated from the following file: