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

◆ operator>>=()

FASTLED_FORCE_INLINE CRGB & CRGB::operator>>= ( uint8_t d)
inline

Right shift each of the channels by a constant.

Definition at line 249 of file crgb.h.

250 {
251 r >>= d;
252 g >>= d;
253 b >>= d;
254 return *this;
255 }

References CRGB(), and FASTLED_FORCE_INLINE.

+ Here is the call graph for this function: