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

◆ CRGB() [1/8]

FASTLED_FORCE_INLINE fl::CRGB::CRGB ( )
inline

Default constructor.

Definition at line 111 of file crgb.h.

111 {
112 r = 0;
113 g = 0;
114 b = 0;
115 }

References FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

Referenced by CRGB(), CRGB(), addToRGB(), blend(), blendAlphaMaxChannel(), colorBoost(), colorBoost(), computeAdjustment(), downscale(), fadeLightBy(), fadeToBlackBy(), lerp16(), lerp8(), nscale(), nscale8(), nscale8(), nscale8_constexpr(), nscale8_video(), operator%=(), operator&=(), operator&=(), operator*=(), operator++(), operator++(), operator+=(), operator-(), operator--(), operator--(), operator-=(), operator/=(), operator=(), operator=(), operator=(), operator>>=(), operator|=(), operator|=(), scale8(), scale8(), setColorCode(), setHSV(), setHue(), setRGB(), subtractFromRGB(), and upscale().

+ Here is the caller graph for this function: