Public Member Functions | Public Attributes | List of all members
fadecandy_driver::Color Struct Reference

The color struct contains the r, g and b colors. More...

#include <util.h>

Public Member Functions

 Color (int r, int g, int b)
 

Public Attributes

int b_
 
int g_
 
int r_
 

Detailed Description

The color struct contains the r, g and b colors.

Definition at line 42 of file util.h.

Constructor & Destructor Documentation

◆ Color()

fadecandy_driver::Color::Color ( int  r,
int  g,
int  b 
)

Definition at line 55 of file util.cpp.

Member Data Documentation

◆ b_

int fadecandy_driver::Color::b_

Definition at line 48 of file util.h.

◆ g_

int fadecandy_driver::Color::g_

Definition at line 47 of file util.h.

◆ r_

int fadecandy_driver::Color::r_

Definition at line 46 of file util.h.


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


fadecandy_driver
Author(s):
autogenerated on Wed Mar 2 2022 00:19:01