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

◆ operator!=()

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

Definition at line 131 of file ___pixeltypes.h.

131 {
132 return !((red == rhs.red) && (green == rhs.green) &&
133 (blue == rhs.blue));
134 }

References Pixel().

+ Here is the call graph for this function: