FastLED
3.9.15
Loading...
Searching...
No Matches
supersample.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
fl
{
4
enum class
SuperSample
{
5
SUPER_SAMPLE_NONE
= 1,
// 1x supersampling (no supersampling)
6
SUPER_SAMPLE_2X
= 2,
// 2x supersampling
7
SUPER_SAMPLE_4X
= 4,
// 4x supersampling
8
SUPER_SAMPLE_8X
= 8
// 8x supersampling
9
};
10
}
// namespace fl
fl::SuperSample
SuperSample
Definition
supersample.h:4
fl::SuperSample::SUPER_SAMPLE_2X
@ SUPER_SAMPLE_2X
Definition
supersample.h:6
fl::SuperSample::SUPER_SAMPLE_NONE
@ SUPER_SAMPLE_NONE
Definition
supersample.h:5
fl::SuperSample::SUPER_SAMPLE_8X
@ SUPER_SAMPLE_8X
Definition
supersample.h:8
fl::SuperSample::SUPER_SAMPLE_4X
@ SUPER_SAMPLE_4X
Definition
supersample.h:7
fl
Base definition for an LED controller.
Definition
crgb.hpp:179
fl
math
supersample.h
Generated on Tue Jun 16 2026 00:06:59 for FastLED by
1.13.2