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

◆ operator==() [2/2]

FASTLED_FORCE_INLINE bool operator== ( const CRGB & lhs,
const CRGB & rhs )

Check if two CRGB objects have the same color data.

Definition at line 791 of file crgb.h.

792{
793 return (lhs.r == rhs.r) && (lhs.g == rhs.g) && (lhs.b == rhs.b);
794}

References FASTLED_FORCE_INLINE.

Referenced by FL_DISABLE_WARNING().

+ Here is the caller graph for this function: