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

◆ operator!=() [1/2]

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

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

Definition at line 672 of file crgb.h.

673{
674 return !(lhs == rhs);
675}

References FASTLED_FORCE_INLINE.