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

◆ At() [1/2]

uint8_t * Color3i::At ( int rgb_index)

Definition at line 82 of file color.cpp.

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

References b_, g_, and r_.

Referenced by Get(), and Set().

+ Here is the caller graph for this function: