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

◆ operator==()

bool fl::Pixel::operator== ( const Pixel & rhs)
inline

Definition at line 128 of file ___pixeltypes.h.

128 {
129 return (red == rhs.red) && (green == rhs.green) && (blue == rhs.blue);
130 }

References Pixel().

+ Here is the call graph for this function: