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 254 of file crgb.h.

255 {
256 r >>= d;
257 g >>= d;
258 b >>= d;
259 return *this;
260 }

References CRGB(), and FASTLED_FORCE_INLINE.

+ Here is the call graph for this function: