FastLED 3.9.15
Loading...
Searching...
No Matches
distance_lut.h
Go to the documentation of this file.
1#pragma once
2
3#include "fl/stl/stdint.h" // IWYU pragma: keep
4#include "fastled_progmem.h"
5
6namespace fl {
7namespace gfx {
8namespace detail {
9
14extern const fl::u8 distanceAA_LUT[256] FL_PROGMEM;
15
16} // namespace detail
17} // namespace gfx
18} // namespace fl
#define FL_PROGMEM
PROGMEM keyword for storage.
Wrapper definitions to allow seamless use of PROGMEM in environments that have it.
unsigned char u8
Definition s16x16x4.h:132
const fl::u8 distanceAA_LUT[256]
Distance antialiasing lookup table Maps normalized squared distance d²/r_max² (scaled 0....
============================================================================
Definition primitives.h:132
Base definition for an LED controller.
Definition crgb.hpp:179