Definition at line 56 of file color.h.
◆ ColorHSV() [1/4]
◆ ColorHSV() [2/4]
ColorHSV::ColorHSV |
( |
float | h, |
|
|
float | s, |
|
|
float | v ) |
|
inline |
◆ ColorHSV() [3/4]
ColorHSV::ColorHSV |
( |
const Color3i & | color | ) |
|
|
inlineexplicit |
◆ ColorHSV() [4/4]
ColorHSV::ColorHSV |
( |
const ColorHSV & | other | ) |
|
|
inline |
◆ FromRGB()
void ColorHSV::FromRGB |
( |
const Color3i & | rgb | ) |
|
◆ operator!=()
bool ColorHSV::operator!= |
( |
const ColorHSV & | other | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool ColorHSV::operator== |
( |
const ColorHSV & | other | ) |
const |
|
inline |
◆ Print()
template<typename PrintStream >
void ColorHSV::Print |
( |
PrintStream * | stream | ) |
|
|
inline |
◆ Set() [1/2]
void ColorHSV::Set |
( |
const ColorHSV & | other | ) |
|
|
inline |
◆ Set() [2/2]
void ColorHSV::Set |
( |
float | h, |
|
|
float | s, |
|
|
float | v ) |
|
inline |
◆ ToRGB()
◆ h_
◆ s_
◆ v_
The documentation for this struct was generated from the following files:
- /home/runner/work/FastLED/FastLED/examples/LuminescentGrand/shared/color.h
- /home/runner/work/FastLED/FastLED/examples/LuminescentGrand/shared/color.cpp