FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Get()

uint8_t Color3i::Get ( int rgb_index) const

Definition at line 53 of file color.cpp.

53 {
54 const uint8_t* rgb = At(rgb_index);
55 return rgb ? *rgb : 0;
56}
uint8_t * At(int rgb_index)
Definition color.cpp:81

References At().

+ Here is the call graph for this function: