WPILibC++ 2024.3.2
HAL_AddressableLEDData Struct Reference

structure for holding one LED's color data. More...

#include <hal/AddressableLEDTypes.h>

Inheritance diagram for HAL_AddressableLEDData:
frc::AddressableLED::LEDData

Public Attributes

uint8_t b
 blue value More...
 
uint8_t g
 green value More...
 
uint8_t r
 red value More...
 
uint8_t padding
 

Detailed Description

structure for holding one LED's color data.

Member Data Documentation

◆ b

uint8_t HAL_AddressableLEDData::b

blue value

◆ g

uint8_t HAL_AddressableLEDData::g

green value

◆ padding

uint8_t HAL_AddressableLEDData::padding

◆ r

uint8_t HAL_AddressableLEDData::r

red value


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