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

◆ Set() [2/3]

void Color3i::Set ( int rgb_index,
uint8_t val )

Definition at line 59 of file color.cpp.

59 {
60 uint8_t* rgb = At(rgb_index);
61 if (rgb) {
62 *rgb = val;
63 }
64}
uint8_t * At(int rgb_index)
Definition color.cpp:81

References At().

+ Here is the call graph for this function: