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

246 {
247 r /= d;
248 g /= d;
249 b /= d;
250 return *this;
251 }

References CRGB(), and FASTLED_FORCE_INLINE.

+ Here is the call graph for this function: