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

◆ Pixel() [3/3]

fl::Pixel::Pixel ( const Pixel & rhs)
inline

Definition at line 114 of file ___pixeltypes.h.

114 {
115 // brigthness=rhs.brigthness;
116 red = rhs.red;
117 green = rhs.green;
118 blue = rhs.blue;
119 }

References Pixel().

+ Here is the call graph for this function: