FastLED 3.9.15
Loading...
Searching...
No Matches
fl::HSV16 Struct Reference

Detailed Description

Definition at line 10 of file hsv16.h.

#include <hsv16.h>

Public Member Functions

 HSV16 ()=default
 
 HSV16 (const CRGB &rgb)
 
 HSV16 (const HSV16 &other)=default
 
 HSV16 (HSV16 &&other) noexcept=default
 
 HSV16 (u16 h, u16 s, u16 v)
 
CRGB colorBoost (EaseType saturation_function=EASE_IN_QUAD, EaseType luminance_function=EASE_NONE) const
 
 operator CRGB () const
 Automatic conversion operator to CRGB Allows HSV16 to be automatically converted to CRGB.
 
HSV16operator= (const HSV16 &other)=default
 
HSV16operator= (HSV16 &&other) noexcept=default
 
CRGB ToRGB () const
 

Public Attributes

u16 h = 0
 
u16 s = 0
 
u16 v = 0
 

The documentation for this struct was generated from the following files: