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

Method HSV16

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

Source from the content-addressed store, hash-verified

171}
172
173HSV16::HSV16(const CRGB& rgb) {
174 *this = RGBtoHSV16(rgb);
175}
176
177CRGB HSV16::ToRGB() const {
178 return HSV16toRGB(*this);

Callers

nothing calls this directly

Calls 1

RGBtoHSV16Function · 0.85

Tested by

no test coverage detected