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

◆ operator>>=()

FASTLED_FORCE_INLINE CRGB & CRGB::operator>>= ( fl::u8 d)
inline

Right shift each of the channels by a constant.

Definition at line 317 of file crgb.h.

318 {
319 r >>= d;
320 g >>= d;
321 b >>= d;
322 return *this;
323 }

References CRGB(), and FASTLED_FORCE_INLINE.

+ Here is the call graph for this function: