MCPcopy Create free account
hub / github.com/FastLED/FastLED / ToRGB

Method ToRGB

src/fl/gfx/hsv16.cpp.hpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177CRGB HSV16::ToRGB() const {
178 return HSV16toRGB(*this);
179}
180
181CRGB HSV16::colorBoost(EaseType saturation_function, EaseType luminance_function) const {
182 HSV16 hsv = *this;

Callers 3

colorBoostMethod · 0.45
CRGBMethod · 0.45
hsv16.cppFile · 0.45

Calls 1

HSV16toRGBFunction · 0.85

Tested by

no test coverage detected