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

◆ operator!=()

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

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

Definition at line 1861 of file colorutils.h.

1862 {
1863 return !( *this == rhs);
1864 }

References CRGBPalette256().

+ Here is the call graph for this function: