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

◆ operator CRGB()

fl::HSV16::operator CRGB ( ) const
inline

Automatic conversion operator to CRGB Allows HSV16 to be automatically converted to CRGB.

Definition at line 29 of file hsv16.h.

29{ return ToRGB(); }
CRGB ToRGB() const
Definition hsv16.cpp:177

References ToRGB().

+ Here is the call graph for this function: