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

◆ operator=()

Color3i & Color3i::operator= ( const Color3i & other)
inline

Definition at line 18 of file color.h.

18 {
19 if (this != &other) {
20 Set(other);
21 }
22 return *this;
23 }
void Set(uint8_t r, uint8_t g, uint8_t b)
Definition color.h:25

References Color3i(), and Set().

+ Here is the call graph for this function: