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

◆ Print()

template<typename PrintStream>
void ColorHSV::Print ( PrintStream * stream)
inline

Definition at line 81 of file color.h.

81 {
82 stream->print("HSV:\t");
83 stream->print(h_); stream->print(",\t");
84 stream->print(s_); stream->print(",\t");
85 stream->print(v_); stream->print("\n");
86 }
float v_
Definition color.h:98
float h_
Definition color.h:98
float s_
Definition color.h:98

References h_, s_, and v_.