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

◆ At() [1/2]

uint8_t * Color3i::At ( int rgb_index)

Definition at line 81 of file color.cpp.

81 {
82 switch(rgb_index) {
83 case 0: return &r_;
84 case 1: return &g_;
85 case 2: return &b_;
86 }
87 return NULL;
88}
uint8_t b_
Definition color.h:52
uint8_t g_
Definition color.h:52
uint8_t r_
Definition color.h:52

References b_, g_, and r_.

Referenced by Get(), and Set().

+ Here is the caller graph for this function: