FastLED
3.9.15
Loading...
Searching...
No Matches
yves.h
Go to the documentation of this file.
1
#pragma once
2
3
// Yves visualizer class
4
// Extracted from animartrix_detail.hpp
5
6
#include "
fl/fx/2d/animartrix_detail/fp_state.h
"
7
#include "
fl/fx/2d/animartrix_detail/viz/viz_base.h
"
8
9
namespace
fl
{
10
11
class
Yves
:
public
IAnimartrix2Viz
{
12
public
:
13
void
draw
(
Context
&ctx)
override
;
14
};
15
16
17
// Fixed-point Q31 scalar implementation of Yves.
18
class
Yves_FP
:
public
IAnimartrix2Viz
{
19
public
:
20
void
draw
(
Context
&ctx)
override
;
21
private
:
22
FPVizState
mState
;
23
};
24
25
}
// namespace fl
fl::IAnimartrix2Viz
Definition
viz_base.h:17
fl::Yves_FP::draw
void draw(Context &ctx) override
Definition
yves.cpp.hpp:92
fl::Yves_FP::mState
FPVizState mState
Definition
yves.h:22
fl::Yves_FP
Definition
yves.h:18
fl::Yves::draw
void draw(Context &ctx) override
Definition
yves.cpp.hpp:11
fl::Yves
Definition
yves.h:11
fp_state.h
fl
Base definition for an LED controller.
Definition
crgb.hpp:179
fl::Context
Definition
context.h:24
viz_base.h
fl
fx
2d
animartrix_detail
viz
yves.h
Generated on Tue Jun 16 2026 00:06:59 for FastLED by
1.13.2