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

◆ operator/=()

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

Divide each of the channels by a constant.

Definition at line 248 of file crgb.h.

249 {
250 r /= d;
251 g /= d;
252 b /= d;
253 return *this;
254 }

References CRGB(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: