WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
HAL_AddressableLEDData Struct Reference

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

#include <wpi/hal/AddressableLEDTypes.h>

Inheritance diagram for HAL_AddressableLEDData:
wpi::AddressableLED::LEDData

Public Attributes

uint8_t r
 red value
uint8_t g
 green value
uint8_t b
 blue value

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

◆ r

uint8_t HAL_AddressableLEDData::r

red value


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