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

◆ operator!=()

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

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

Definition at line 1107 of file colorutils.h.

1108 {
1109 return !( *this == rhs);
1110 }

References CRGBPalette16().

+ Here is the call graph for this function: