FastLED
3.9.15
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
w
x
y
z
Functions
_
a
b
c
d
f
g
h
i
l
m
n
p
s
t
u
x
Variables
Typedefs
Enumerations
Enumerator
c
d
h
k
l
m
n
p
r
s
w
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
f
i
m
n
p
s
t
v
y
Enumerations
Enumerator
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
y
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
l
n
p
q
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
supersample.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
fl
{
4
enum
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
};
4
enum
SuperSample
{
…
};
10
}
fl::SuperSample
SuperSample
Definition
supersample.h:4
fl::SUPER_SAMPLE_8X
@ SUPER_SAMPLE_8X
Definition
supersample.h:8
fl::SUPER_SAMPLE_2X
@ SUPER_SAMPLE_2X
Definition
supersample.h:6
fl::SUPER_SAMPLE_4X
@ SUPER_SAMPLE_4X
Definition
supersample.h:7
fl::SUPER_SAMPLE_NONE
@ SUPER_SAMPLE_NONE
Definition
supersample.h:5
fl
Implements a simple red square effect for 2D LED grids.
Definition
crgb.h:16
fl
supersample.h
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2