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

◆ operator/=()

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

Divide each of the channels by a constant.

Definition at line 308 of file crgb.h.

309 {
310 r /= d;
311 g /= d;
312 b /= d;
313 return *this;
314 }

References CRGB(), and FASTLED_FORCE_INLINE.

+ Here is the call graph for this function: