Urbanite: Parking aid system
rgb_color_t Struct Reference

Structure to define an RGB color. More...

#include <port_display.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: