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

◆ Print()

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

Definition at line 91 of file color.h.

91 {
92 stream->print("HSV:\t");
93 stream->print(h_); stream->print(",\t");
94 stream->print(s_); stream->print(",\t");
95 stream->print(v_); stream->print("\n");
96 }
float v_
Definition color.h:108
float h_
Definition color.h:108
float s_
Definition color.h:108

References h_, s_, and v_.