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

◆ getSuperSample()

fl::SuperSample getSuperSample ( )

Definition at line 59 of file Wave.h.

59 {
60 switch (int(superSample)) {
61 case 0:
63 case 1:
65 case 2:
67 case 3:
69 default:
71 }
72}
fl::UISlider superSample("SuperSampleExponent", 0.f, 0.f, 3.f, 1.f)

References fl::SUPER_SAMPLE_2X, fl::SUPER_SAMPLE_4X, fl::SUPER_SAMPLE_8X, fl::SUPER_SAMPLE_NONE, and superSample().

Referenced by loop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: