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

◆ operator=() [1/3]

FASTLED_FORCE_INLINE CRGB & CRGB::operator= ( const CHSV & rhs)
inline

Allow assignment from HSV color.

Definition at line 192 of file crgb.h.

193 {
194 hsv2rgb_rainbow( rhs, *this);
195 return *this;
196 }
void hsv2rgb_rainbow(const struct CHSV &hsv, struct CRGB &rgb)
Forward declaration of hsv2rgb_rainbow here, to avoid circular dependencies.

References CRGB(), FASTLED_FORCE_INLINE, and hsv2rgb_rainbow().

+ Here is the call graph for this function: