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

◆ operator/=()

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

Divide each of the channels by a constant.

Definition at line 240 of file crgb.h.

241 {
242 r /= d;
243 g /= d;
244 b /= d;
245 return *this;
246 }

References CRGB(), and FASTLED_FORCE_INLINE.

+ Here is the call graph for this function: