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

◆ operator!=() [2/2]

FASTLED_FORCE_INLINE bool operator!= ( const CRGB & lhs,
const CRGB & rhs )

Check if two CRGB objects do not have the same color data.

Definition at line 660 of file crgb.h.

661{
662 return !(lhs == rhs);
663}

References FASTLED_FORCE_INLINE.