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

◆ Set() [3/3]

void Color3i::Set ( uint8_t r,
uint8_t g,
uint8_t b )
inline

Definition at line 21 of file color.h.

21{ r_ = r; g_ = g; b_ = b; }
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 Color3i(), Color3i(), Color3i(), Fill(), Interpolate(), Mul(), and Mulf().

+ Here is the caller graph for this function: