PixelKey
NeoPixel USB Key
Loading...
Searching...
No Matches
color_rgb_t Struct Reference

Color represented in red-green-blue color space. More...

#include <color.h>

Data Fields

uint8_t blue
 Blue component.
 
uint8_t red
 Red component.
 
uint8_t green
 Green component.
 

Detailed Description

Color represented in red-green-blue color space.

Note
The colors are represented internally as [blue, red, green] to be binary compatible with the NeoPixel color format.

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