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

◆ operator!=()

bool CHSVPalette32::operator!= ( const CHSVPalette32 & rhs) const
inline

Check if two palettes do not have the same color entries.

Definition at line 1407 of file colorutils.h.

1408 {
1409 return !( *this == rhs);
1410 }

References CHSVPalette32().

+ Here is the call graph for this function: