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

◆ CRGB() [7/8]

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

Allow construction from a CHSV color.

Definition at line 206 of file crgb.h.

207 {
208 hsv2rgb_dispatch( rhs, *this);
209 }
FASTLED_FORCE_INLINE void hsv2rgb_dispatch(const struct CHSV *phsv, struct CRGB *prgb, int numLeds)
HSV conversion function selection based on compile-time defines This allows users to configure which ...
Definition crgb.h:57

References FASTLED_FORCE_INLINE, and hsv2rgb_dispatch().

+ Here is the call graph for this function: