|
FuncSketch
|
Definition of RGBColor struct. More...
#include <cstdint>#include <fmt/base.h>Go to the source code of this file.
Classes | |
| struct | func_sketch::plotter::RGBColor |
| Struct of RGB color. More... | |
| struct | fmt::formatter< func_sketch::plotter::RGBColor > |
| Specialization of fmt::formatter for func_sketch::plotter::RGBColor. More... | |
Functions | |
| bool | func_sketch::plotter::operator== (const RGBColor &left, const RGBColor &right) |
| Check if two RGBColor objects are equal. | |
| bool | func_sketch::plotter::operator!= (const RGBColor &left, const RGBColor &right) |
| Check if two RGBColor objects are equal. | |
Definition of RGBColor struct.
Definition in file rgb_color.h.
Check if two RGBColor objects are equal.
| [in] | left | Left object. |
| [in] | right | Right object. |
| true | Two objects are equal. |
| false | Two objects are not equal. |
Definition at line 50 of file rgb_color.h.
Check if two RGBColor objects are equal.
| [in] | left | Left object. |
| [in] | right | Right object. |
| true | Two objects are not equal. |
| false | Two objects are equal. |
Definition at line 62 of file rgb_color.h.