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

◆ operator>>=()

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

Right shift each of the channels by a constant.

Definition at line 257 of file crgb.h.

258 {
259 r >>= d;
260 g >>= d;
261 b >>= d;
262 return *this;
263 }

References CRGB(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: