Allow assignment from HSV color.
Definition at line 260 of file crgb.h.
261 {
263 return *this;
264 }
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 ...
References CRGB(), FASTLED_FORCE_INLINE, and hsv2rgb_dispatch().