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

◆ Set() [1/3]

void Color3i::Set ( const Color3i & c)
inline

Definition at line 22 of file color.h.

22{ Set(c.r_, c.g_, c.b_); }
uint8_t b_
Definition color.h:52
void Set(uint8_t r, uint8_t g, uint8_t b)
Definition color.h:21
uint8_t g_
Definition color.h:52
uint8_t r_
Definition color.h:52

References Color3i(), b_, g_, r_, and Set().

Referenced by Set().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: