grblHAL core  20240704
rgb_color_t Union Reference

#include <rgb.h>

Data Fields

uint32_t value
 
struct {
   uint8_t   B
 Blue. More...
 
   uint8_t   G
 Green. More...
 
   uint8_t   R
 Red. More...
 
   uint8_t   W
 White. More...
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ B

uint8_t B

Blue.

◆ G

uint8_t G

Green.

◆ R

uint8_t R

Red.

◆ value

uint32_t value

◆ W

uint8_t W

White.


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