Control Surface  1.1.1
MIDI Control Surface library for Arduino
Public Member Functions | Public Attributes | List of all members
Color Struct Reference

A structure for RGB colors. More...

#include <MIDI_Inputs/LEDs/FastLED.hpp>

Collaboration diagram for Color:

Public Member Functions

 operator CRGB () const
 

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

A structure for RGB colors.

Definition at line 11 of file FastLED.hpp.

Member Function Documentation

◆ operator CRGB()

operator CRGB ( ) const
inlineexplicit

Definition at line 16 of file FastLED.hpp.

Member Data Documentation

◆ r

uint8_t r

Definition at line 12 of file FastLED.hpp.

◆ g

uint8_t g

Definition at line 13 of file FastLED.hpp.

◆ b

uint8_t b

Definition at line 14 of file FastLED.hpp.


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