Pogosim
Loading...
Searching...
No Matches
color_t Struct Reference

Structure representing a color with red, green, and blue components. More...

#include <colormaps.h>

Public Attributes

uint8_t r
uint8_t g
uint8_t b

Detailed Description

Structure representing a color with red, green, and blue components.

Member Data Documentation

◆ b

uint8_t color_t::b

Blue component (0-255)

◆ g

uint8_t color_t::g

Green component (0-255)

◆ r

uint8_t color_t::r

Red component (0-255)


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