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 260 of file crgb.h.

261 {
262 hsv2rgb_dispatch( rhs, *this);
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 ...
Definition crgb.h:57

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

+ Here is the call graph for this function: