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

◆ CRGB() [1/8]

FASTLED_FORCE_INLINE CRGB::CRGB ( )
inline

Default constructor.

Definition at line 158 of file crgb.h.

158 {
159 r = 0;
160 g = 0;
161 b = 0;
162 }

References FASTLED_FORCE_INLINE.

Referenced by CRGB(), addToRGB(), blend(), blendAlphaMaxChannel(), colorBoost(), colorBoost(), computeAdjustment(), downscale(), fadeLightBy(), fadeToBlackBy(), lerp16(), lerp8(), 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: