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 797 of file crgb.h.

798{
799 return !(lhs == rhs);
800}

References FASTLED_FORCE_INLINE.

Referenced by FL_DISABLE_WARNING().

+ Here is the caller graph for this function: