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

◆ operator!=()

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

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

Definition at line 976 of file colorutils.h.

977 {
978 return !( *this == rhs);
979 }

References CHSVPalette256().

+ Here is the call graph for this function: