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

◆ operator!=()

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

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

Definition at line 832 of file colorutils.h.

833 {
834 return !( *this == rhs);
835 }

References CHSVPalette16().

+ Here is the call graph for this function: