Simone: a game of visual memory and speed
rgb_color_t Struct Reference

Structure to define an RGB color. More...

#include <rgb_colors.h>

Data Fields

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

Structure to define an RGB color.

Field Documentation

◆ b

uint8_t rgb_color_t::b

Blue color value

◆ g

uint8_t rgb_color_t::g

Green color value

◆ r

uint8_t rgb_color_t::r

Red color value


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