FuncSketch
Loading...
Searching...
No Matches
rgb_color.h File Reference

Definition of RGBColor struct. More...

#include <cstdint>
#include <fmt/base.h>
Include dependency graph for rgb_color.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition of RGBColor struct.

Definition in file rgb_color.h.

Function Documentation

◆ operator==()

bool func_sketch::plotter::operator== ( const RGBColor & left,
const RGBColor & right )
inline

Check if two RGBColor objects are equal.

Parameters
[in]leftLeft object.
[in]rightRight object.
Return values
trueTwo objects are equal.
falseTwo objects are not equal.

Definition at line 50 of file rgb_color.h.

◆ operator!=()

bool func_sketch::plotter::operator!= ( const RGBColor & left,
const RGBColor & right )
inline

Check if two RGBColor objects are equal.

Parameters
[in]leftLeft object.
[in]rightRight object.
Return values
trueTwo objects are not equal.
falseTwo objects are equal.

Definition at line 62 of file rgb_color.h.