FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ operator!=()

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

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

Definition at line 1545 of file colorutils.h.

1546 {
1547 return !( *this == rhs);
1548 }

References CRGBPalette32().

+ Here is the call graph for this function: