Boboter
Loading...
Searching...
No Matches
rgb_color_t Struct Reference

A type for storing a 16-bit RGB color. More...

#include <rgb_color.h>

Public Attributes

uint16_t r
 Red Color Value.
uint16_t g
 Green Color Value.
uint16_t b
 Blue Color Value.

Detailed Description

A type for storing a 16-bit RGB color.

Member Data Documentation

◆ b

uint16_t rgb_color_t::b

Blue Color Value.

◆ g

uint16_t rgb_color_t::g

Green Color Value.

◆ r

uint16_t rgb_color_t::r

Red Color Value.


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