| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Color value for a single RGB LED. More...
#include <led_strip.h>
Data Fields | |
| uint8_t | r | 
| uint8_t | g | 
| uint8_t | b | 
Color value for a single RGB LED.
Individual strip drivers may ignore lower-order bits if their resolution in any channel is less than a full byte.
| uint8_t led_rgb::b | 
Blue channel
| uint8_t led_rgb::g | 
Green channel
| uint8_t led_rgb::r | 
Red channel