Structure representing an RGB LED configuration.

This structure contains pointers to the configurations of the red, green, and blue LEDs that together form an RGB LED.

Public Attributes#

Pointer to the red LED configuration.

Pointer to the green LED configuration.

Pointer to the blue LED configuration.

Public Attribute Documentation#

red#

sl_led_t* sl_rgb_led_t::red

Pointer to the red LED configuration.


green#

sl_led_t* sl_rgb_led_t::green

Pointer to the green LED configuration.


blue#

sl_led_t* sl_rgb_led_t::blue

Pointer to the blue LED configuration.