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

◆ CRGB() [7/7]

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

Allow construction from a CHSV color.

Definition at line 142 of file crgb.h.

143 {
144 hsv2rgb_rainbow( rhs, *this);
145 }
void hsv2rgb_rainbow(const struct CHSV &hsv, struct CRGB &rgb)
Forward declaration of hsv2rgb_rainbow here, to avoid circular dependencies.

References FASTLED_FORCE_INLINE, and hsv2rgb_rainbow().

+ Here is the call graph for this function: