FastLED
3.9.15
Loading...
Searching...
No Matches
center_field.h
Go to the documentation of this file.
1
#pragma once
2
3
// Center_Field 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
Center_Field
:
public
IAnimartrix2Viz
{
12
public
:
13
void
draw
(
Context
&ctx)
override
;
14
};
15
16
// Fixed-point Q31 scalar implementation of Center_Field.
17
class
Center_Field_FP
:
public
IAnimartrix2Viz
{
18
public
:
19
void
draw
(
Context
&ctx)
override
;
20
private
:
21
FPVizState
mState
;
22
};
23
24
}
// namespace fl
fl::Center_Field_FP::draw
void draw(Context &ctx) override
Definition
center_field.cpp.hpp:67
fl::Center_Field_FP::mState
FPVizState mState
Definition
center_field.h:21
fl::Center_Field_FP
Definition
center_field.h:17
fl::Center_Field::draw
void draw(Context &ctx) override
Definition
center_field.cpp.hpp:11
fl::Center_Field
Definition
center_field.h:11
fl::IAnimartrix2Viz
Definition
viz_base.h:17
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
center_field.h
Generated on Tue Jun 16 2026 00:06:59 for FastLED by
1.13.2