Boboter
Loading...
Searching...
No Matches
rgb_color.h
Go to the documentation of this file.
1
7
8
#pragma once
9
#include <cstdint>
10
14
struct
rgb_color_t
{
15
uint16_t
r
;
16
uint16_t
g
;
17
uint16_t
b
;
18
};
rgb_color_t
A type for storing a 16-bit RGB color.
Definition
rgb_color.h:14
rgb_color_t::b
uint16_t b
Blue Color Value.
Definition
rgb_color.h:17
rgb_color_t::g
uint16_t g
Green Color Value.
Definition
rgb_color.h:16
rgb_color_t::r
uint16_t r
Red Color Value.
Definition
rgb_color.h:15
types
rgb_color.h
Generated by
1.15.0